We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf55a0 commit 21a110eCopy full SHA for 21a110e
public/projects/patchnotes.png
49 KB
src/components/Projects.tsx
@@ -7,10 +7,10 @@ function Projects() {
7
<p className="font-bold text-lg">Check out my other projects:</p>
8
<div className="grid grid-cols-2 mt-6 gap-8">
9
<ProjectCard
10
- title="Wrapped for Hinge"
11
- description="How many times did I ask for someones Instagram? Find out with Wrapped for Hinge"
12
- image="/projects/hinge.png"
13
- link="https://hinge.vantezzen.io/?utm_source=tiktok-wrapped&utm_medium=website&utm_campaign=projects"
+ title="PatchNotes"
+ description="A fun multi-player game - Craft the Craziest Phrases from Scattered Words!"
+ image="/projects/patchnotes.png"
+ link="https://patchnotes.vantezzen.io/?utm_source=tiktok-wrapped&utm_medium=website&utm_campaign=projects"
14
/>
15
16
title="SparkTunes"
0 commit comments