Skip to content

Commit 3bffce0

Browse files
committed
using svg for trophy
1 parent 3967e3e commit 3bffce0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Project from './components/project.tsx';
44
import linkedin from './data/linkedin.png';
55
import github from './data/github.png';
66
import { useState, useEffect } from 'react';
7+
import trophysvg from './assets/trophy.svg';
78

89
function App() {
910
const [darkMode, setDarkMode] = useState(() => {
@@ -250,7 +251,7 @@ function App() {
250251
title: <>choredash | </>,
251252
link: <a href="https://hmukesh.itch.io/chore-dash" target="_blank" className={`underline ${darkmodeSwitcher}`}>homepage</a>,
252253
content:<>
253-
<span className="font-bold text-amber-600"> Capsher x Aggie Coding Club Coding Challenge 2023 1st place winner</span>
254+
<span className="font-bold text-amber-600"> <img src={trophysvg} className="inline-block align-middle w-4 pb-0.5" /> Capsher x Aggie Coding Club Coding Challenge 2023 1st place winner</span>
254255
<br/>
255256
A short, replayable 2D game where you control a character who must rush to complete chores before their mom comes home.
256257
Built with {paytonLink} and {adnanLink}. Available for download on {choredashLink}.

src/assets/trophy.svg

Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)