Skip to content

Commit

Permalink
move site title
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Nov 8, 2024
1 parent b4e91d8 commit c6e8569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function DynamicMetaData({

return (
<>
<title>{siteTitle}</title>
<meta name="description" content={siteDescription} />

{/* <!-- Facebook Meta Tags --> */}
Expand Down Expand Up @@ -160,6 +159,7 @@ export default function App({ Component, pageProps, router }: AppProps) {
destinationChainSlug={destinationChainSlug}
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{siteTitle}</title>
</Head>
<Layout>
<Component {...pageProps} />
Expand Down

0 comments on commit c6e8569

Please sign in to comment.