Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
babkenmes authored Oct 31, 2024
1 parent 875ee96 commit 5dc132d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default function Layout({ children, settings, themeData }: Props) {
<link rel="icon" type="image/png" sizes="32x32" href={`${basePath}/favicon/favicon-32x32.png`} />
<link rel="icon" type="image/png" sizes="16x16" href={`${basePath}/favicon/favicon-16x16.png`} />
<link rel="manifest" href={`${basePath}/favicon/site.webmanifest`} />
<link rel="canonical" href="https://layerswap.io/app" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content={`rgb(${themeData.secondary?.[900]})`} />
<meta name="description" content="Streamline your asset transaction experience with Layerswap across 35+ blockchains" />
Expand Down

0 comments on commit 5dc132d

Please sign in to comment.