diff --git a/components/Navbar.tsx b/components/Navbar.tsx
index 0455a80..b0782d5 100644
--- a/components/Navbar.tsx
+++ b/components/Navbar.tsx
@@ -47,7 +47,7 @@ const Navbar = () => {
-
+
{siteConfig.title}
diff --git a/components/previews/VideoPreview.tsx b/components/previews/VideoPreview.tsx
index c826607..c739e96 100644
--- a/components/previews/VideoPreview.tsx
+++ b/components/previews/VideoPreview.tsx
@@ -39,7 +39,7 @@ const VideoPreview: FunctionComponent<{ file: any }> = ({ file }) => {
onClickCallback={() =>
window.open(`/api/proxy?url=${encodeURIComponent(file['@microsoft.graph.downloadUrl'])}`)
}
- btnColor="pink"
+ btnColor="teal"
btnText="Proxy download"
btnIcon="download"
/>