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 e10f461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Neko Emoji & Sticker

> Explore adorable Neko Emoji & Sticker on various platform.
>
>
> More info: https://consolelabs.github.io/neko-emoji-page
![img](/public/images/neko-pack.png)



### Install Link
### Install Links

- Discord: https://discord.gg/ECURJwJV
- Telegram: https://t.me/addemoji/CyberNekoEmoji
Expand Down
15 changes: 3 additions & 12 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 @@ -73,12 +74,10 @@ export default function Footer() {
{
href: '#gallery',
text: 'Gallery',
newTab: true,
},
{
href: '#about',
text: 'About',
newTab: true,
},
{
href: ConsolelabsURL,
Expand All @@ -95,29 +94,21 @@ export default function Footer() {
},
href: ConsolelabsURL,
title: 'Console Labs',
// @ts-ignore
newTab: true,
},
{
Icon: () => <X />,
href: 'https://twitter.com/console_labs',
title: 'X',
// @ts-ignore
newTab: true,
},
{
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 e10f461

Please sign in to comment.