diff --git a/public/images/bg-blur.svg b/public/images/bg-blur.svg index 1c54b8e..5f7c82e 100644 --- a/public/images/bg-blur.svg +++ b/public/images/bg-blur.svg @@ -25,31 +25,31 @@ - - + + - - + + - - + + - - + + - - + + @@ -59,16 +59,16 @@ - - + + - - + + diff --git a/src/app/(dashboard)/home/page.tsx b/src/app/(dashboard)/home/page.tsx index faf96a4..666215e 100644 --- a/src/app/(dashboard)/home/page.tsx +++ b/src/app/(dashboard)/home/page.tsx @@ -7,6 +7,8 @@ import { cn } from '@/lib/utils'; import { Button } from '@/components/ui/button'; import { PlayerStats } from '@/components/cards/player-stats-card'; import { LeadBoardCard } from '@/components/cards/leadboard-card'; +import Link from 'next/link'; + export default function App() { return ( @@ -24,9 +26,11 @@ export default function App() {
- + + +
@@ -87,5 +91,3 @@ const NFTCard = () => { ); }; - - diff --git a/src/app/(dashboard)/profile/page.tsx b/src/app/(dashboard)/profile/page.tsx index fd18297..304697f 100644 --- a/src/app/(dashboard)/profile/page.tsx +++ b/src/app/(dashboard)/profile/page.tsx @@ -77,9 +77,9 @@ const CircleCard = ({ color }: CircleCardProps) => { width="97.8" height="97.8" filterUnits="userSpaceOnUse" - color-interpolation-filters="sRGB" + colorInterpolationFilters="sRGB" > - +
-
- +
+ property image
-
- +
+ property image
-
- +
+ property image
@@ -79,9 +94,9 @@ export default function GamePlay() { width="164.639" height="173.166" filterUnits="userSpaceOnUse" - color-interpolation-filters="sRGB" + colorInterpolationFilters="sRGB" > - + handleConnect('Talisman')} + onClick={() => handleConnect('talisman')} /> handleConnect('Subwallet')} + onClick={() => handleConnect('subwallet-js')} />