We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c285 commit 8398e4cCopy full SHA for 8398e4c
1 file changed
components/projects.tsx
@@ -4,6 +4,11 @@ import { Link } from 'next-view-transitions';
4
5
export default function Projects() {
6
const data = [
7
+ {
8
+ name: 'SubWatch',
9
+ link: 'https://subwatch.net',
10
+ description: 'Track your subscriptions and manage your expenses. A personal project to help me stay on top of my subscriptions.'
11
+ },
12
{
13
name: 'discord.place',
14
link: 'https://discord.place',
0 commit comments