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 8c9f5f0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 341 deletions.
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

332 changes: 0 additions & 332 deletions pnpm-lock.yaml

This file was deleted.

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 8c9f5f0

Please sign in to comment.