Skip to content

Commit

Permalink
trade: move assets to /public
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Aug 2, 2024
1 parent 20fc137 commit 60f41ba
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@renegade-fi/react": "^0.0.36"
}
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}
2 changes: 1 addition & 1 deletion trade.renegade.fi/app/(desktop)/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Footer = () => {
}
pointerEvents={showDownloadPrompt ? undefined : "none"}
transition="0.2s"
href="https://renegade.fi/logos.zip"
href="/logos.zip"
isExternal
>
Download Logo Pack
Expand Down
2 changes: 1 addition & 1 deletion trade.renegade.fi/app/(desktop)/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Glyph(props: GlyphProps) {
}
pointerEvents={props.showDownloadPrompt ? undefined : "none"}
transition="0.2s"
href="https://renegade.fi/logos.zip"
href="/logos.zip"
isExternal
>
Download Logo Pack
Expand Down
2 changes: 1 addition & 1 deletion trade.renegade.fi/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const wagmiConfig = createConfig(
appDescription:
"On-chain dark pool. MPC-based cryptocurrency DEX for anonymous crosses at midpoint prices.",
appName: "Renegade | On-Chain Dark Pool",
appIcon: "https://www.renegade.fi/glyph_light.svg",
appIcon: "/glyph_light.svg",
appUrl: "https://renegade.fi",
chains: [chain],
ssr: true,
Expand Down
2 changes: 1 addition & 1 deletion trade.renegade.fi/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const getFormat = (price: number, long: boolean = false) => {
export function constructMetadata({
title = `Renegade Testnet | On-Chain Dark Pool`,
description = `Trade any ERC-20 with zero price impact. Renegade is a MPC-based dark pool, delivering zero slippage cryptocurrency trades via anonymous crosses at midpoint prices.`,
image = "https://www.renegade.fi/opengraph.png",
image = "/opengraph.png",
noIndex = false,
}: {
title?: string
Expand Down
4 changes: 4 additions & 0 deletions trade.renegade.fi/public/glyph_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added trade.renegade.fi/public/logos.zip
Binary file not shown.
Binary file added trade.renegade.fi/public/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60f41ba

Please sign in to comment.