Skip to content

Commit

Permalink
Feat/meta (#367)
Browse files Browse the repository at this point in the history
* add meta

* remove old

* update url

* use react helmet

* update to jpg

* use prod url
  • Loading branch information
jmzwar authored Jul 18, 2024
1 parent 28d5dc6 commit 53bc5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liquidity/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ export const App = () => {
property="og:description"
content="The Liquidity Layer of DeFi. Provide liquidity for the next generation of permissionless protocols"
/>
<meta property="og:image" content="/Liquidity.jpg" />
<meta property="og:image" content="https://liquidity.synthetix.eth.limo/Liquidity.jpg" />
<meta property="og:image:alt" content="Synthetix | Liquidity" />
<meta property="og:site_name" content="" />
{/* twitter */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@synthetix_io" />
<meta name="twitter:creator" content="@synthetix_io" />
<meta name="twitter:image" content="/Liquidity.jpg" />
<meta name="twitter:image" content="https://liquidity.synthetix.eth.limo/Liquidity.jpg" />
<meta name="twitter:url" content="https://liquidity.synthetix.eth.limo/" />
</Head>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 53bc5e4

Please sign in to comment.