Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 7, 2024
1 parent d48fa16 commit a31a33c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Binary file added packages/web-app/app/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions packages/web-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import backgroundDesktop from '../public/background-desktop.png';

export const metadata: Metadata = {
title: {
template: '%s | Citizend',
default: 'Citizend',
template: '%s | citizend: Token Launch Platform',
default: 'citizend: Token Launch Platform',
},
description: 'The community-curated token launch platform of web3',
description:
'Citizend is the community-curated token launch platform of web3 enabling both community contributions and token launches in a secure, transparent and compliant way. Find the next early gem here.',
keywords: [
'Launchpad',
'Web3',
Expand All @@ -27,7 +28,9 @@ export const metadata: Metadata = {
'Citizend Token Sale',
'Citizend Token Launch',
],
// metadataBase: new URL('https://next-learn-dashboard.vercel.sh'),
icons: {
icon: '/favicon.png',
},
};

export default function RootLayout({
Expand Down

0 comments on commit a31a33c

Please sign in to comment.