Skip to content

Commit

Permalink
chore: footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
vdhieu committed Dec 13, 2023
1 parent eda4284 commit ec2606f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
export default function Footer() {
return (
<MochiFooter
className="!items-start"
copyrightText="Copyright © 2023 Console Labs, All rights reserved"
logo={<img className="h-14 w-14" alt="" src="images/logo-grid.png" />}
nav={[
Expand Down Expand Up @@ -107,14 +108,14 @@ export default function Footer() {
},
{
Icon: () => <Discord />,
href: '#',
href: 'https://discord.gg/JdYaxBmr5k',
title: 'Discord',
// @ts-ignore
newTab: true,
},
{
Icon: () => <Telegram />,
href: '#',
href: TelegramInstallLink,
title: 'Telegram',
// @ts-ignore
newTab: true,
Expand Down

0 comments on commit ec2606f

Please sign in to comment.