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/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