From 29df9bc9cbc9c26c55add5013ea03d7bbb7bb772 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Wed, 29 Dec 2021 15:26:04 +0800 Subject: [PATCH] load navbar icon with priority --- components/Navbar.tsx | 2 +- components/previews/VideoPreview.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = () => {
- icon + icon {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" />