Skip to content

Commit 60ce0d2

Browse files
committed
added an svg
1 parent 3bffce0 commit 60ce0d2

File tree

3 files changed

+16
-31
lines changed

3 files changed

+16
-31
lines changed

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function App() {
251251
title: <>choredash | </>,
252252
link: <a href="https://hmukesh.itch.io/chore-dash" target="_blank" className={`underline ${darkmodeSwitcher}`}>homepage</a>,
253253
content:<>
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>
254+
<span className="font-bold text-amber-600"> <img src={trophysvg} className="inline align-middle h-4 relative svg-bottom-align" /> Capsher x Aggie Coding Club Coding Challenge 2023 1st place winner</span>
255255
<br/>
256256
A short, replayable 2D game where you control a character who must rush to complete chores before their mom comes home.
257257
Built with {paytonLink} and {adnanLink}. Available for download on {choredashLink}.
@@ -264,7 +264,7 @@ function App() {
264264
title: <>jerma985 discord bot | </>,
265265
link: <a href="https://youtube.com/watch?v=gCIfvgX4Vg4" target="_blank" className={`underline ${darkmodeSwitcher}`}>demo</a>,
266266
content:<>
267-
<span className="font-bold text-amber-600"> Aggie Coding Club Discord Bot Challenge 2022 1st place winner</span>
267+
<span className="font-bold text-amber-600"> <img src={trophysvg} className="inline-block align-middle h-4 relative svg-bottom-align" /> Aggie Coding Club Discord Bot Challenge 2022 1st place winner</span>
268268
<br/>
269269
A Discord bot based on the popular Twitch streamer Jerma985. Built with {paytonLink}.
270270
<div className="h-2" />

src/assets/trophy.svg

Lines changed: 10 additions & 29 deletions
Loading

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ input::-webkit-inner-spin-button {
108108
/* Firefox */
109109
input[type=number] {
110110
-moz-appearance: textfield;
111+
}
112+
113+
.svg-bottom-align {
114+
bottom: 0.1rem;
111115
}

0 commit comments

Comments
 (0)