diff --git a/components/NewHead/index.tsx b/components/NewHead/index.tsx index 1864b7c4..ba60edc1 100644 --- a/components/NewHead/index.tsx +++ b/components/NewHead/index.tsx @@ -12,6 +12,7 @@ const NewHead = () => { {t('page.titles.new')} + {/* OpenGraph */} diff --git a/components/PartyHead/index.tsx b/components/PartyHead/index.tsx index 3f8a764d..7971de81 100644 --- a/components/PartyHead/index.tsx +++ b/components/PartyHead/index.tsx @@ -33,6 +33,7 @@ const PartyHead = ({ party, meta }: Props) => { })} /> + {/* OpenGraph */} { })} /> + {/* OpenGraph */} { {t('page.titles.saved')} + diff --git a/components/TeamsHead/index.tsx b/components/TeamsHead/index.tsx index db2ac60d..66624a2f 100644 --- a/components/TeamsHead/index.tsx +++ b/components/TeamsHead/index.tsx @@ -12,6 +12,7 @@ const TeamsHead = () => { {t('page.titles.discover')} + {/* OpenGraph */} diff --git a/pages/about.tsx b/pages/about.tsx index b9da10f6..e9c5d02a 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -94,6 +94,7 @@ const AboutRoute: React.FC = (props: Props) => { content={t(`page.descriptions.${currentPage}`)} /> + {/* OpenGraph */} diff --git a/pages/new/index.tsx b/pages/new/index.tsx index 2187cf68..69c8ae7d 100644 --- a/pages/new/index.tsx +++ b/pages/new/index.tsx @@ -86,7 +86,7 @@ const NewRoute: React.FC = ({ // Methods: Page component rendering function pageHead() { - if (context && context.user) return + return } function pageError() { diff --git a/pages/saved.tsx b/pages/saved.tsx index d620a522..01670556 100644 --- a/pages/saved.tsx +++ b/pages/saved.tsx @@ -279,7 +279,7 @@ const SavedRoute: React.FC = ({ // Methods: Page component rendering function pageHead() { - if (context && context.user) return + return } function pageError() { diff --git a/pages/teams.tsx b/pages/teams.tsx index 3df2ad26..92fa3176 100644 --- a/pages/teams.tsx +++ b/pages/teams.tsx @@ -279,7 +279,7 @@ const TeamsRoute: React.FC = ({ // Methods: Page component rendering function pageHead() { - if (context && context.user) return + return } function pageError() { diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 718d6fea..00000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/images/favicon.png b/public/images/favicon.png new file mode 100644 index 00000000..1ae38460 Binary files /dev/null and b/public/images/favicon.png differ