Skip to content

Commit

Permalink
add banner & fix build for vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Feb 12, 2024
1 parent e4194c5 commit a95b292
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://www.covalenthq.com/products/goldrush/" target="_blank">
<img alt="GoldRush Transactions Receipt Banner" src="https://raw.githubusercontent.com/covalenthq/goldrush-tx-receipt-ui/main/static/grk-dex-banner.png" style="max-width: 100%;"/>
<img alt="GoldRush Transactions Receipt Banner" src="https://raw.githubusercontent.com/covalenthq/goldrush-tx-receipt-ui/main/static/grk-tx-banner.png" style="max-width: 100%;"/>
</a>
<br/>

Expand All @@ -26,7 +26,7 @@ Powered by <span><a href="https://github.com/covalenthq/goldrush-kit">GoldRush K

## Ready-to-use customizable template

<a href="https://goldrush-nft-gallery-ui.vercel.app/">View live template</a>
<a href="https://goldrush-uniswap-dex-dashboard.vercel.app">View live template</a>

## One-click deploy

Expand Down
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { Toaster } from "@/components/ui/toaster"
import { Footer } from "@/components/footer"
import { KeyDialog } from "@/components/key-dialog"
import { useEffect, useState } from "react"
import {Spinner} from "@nextui-org/react";
import { Icons } from "@/components/icons"

interface RootLayoutProps {
Expand Down
Binary file removed static/grk-nft-banner.png
Binary file not shown.
Binary file removed static/grk-nft-detail.png
Binary file not shown.
Binary file removed static/grk-nft-list.png
Binary file not shown.
Binary file added static/grk-tx-banner.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 a95b292

Please sign in to comment.