Skip to content

Commit

Permalink
shifted assets to public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
adi790uu committed May 1, 2024
1 parent a6ee445 commit 0f3e8d0
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions apps/frontend/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import {
CardHeader,
CardTitle,
} from '@/components/ui/card';
import chessIcon from '../assets/chess.png';
import computerIcon from '../assets/computer.png';
import lightningIcon from '../assets/lightning-bolt.png';
import friendIcon from '../assets/friendship.png';
import tournamentIcon from '../assets/trophy.png';
import variantsIcon from '../assets/strategy.png';
import chessIcon from '../../public/chess.png';
import computerIcon from '../../public/computer.png';
import lightningIcon from '../../public/lightning-bolt.png';
import friendIcon from '../../public/friendship.png';
import tournamentIcon from '../../public/trophy.png';
import variantsIcon from '../../public/strategy.png';

export function PlayCard() {
const navigate = useNavigate();
Expand Down

0 comments on commit 0f3e8d0

Please sign in to comment.