Skip to content

Commit 8398e4c

Browse files
committed
feat: add SubWatch project to the projects list
1 parent 4d1c285 commit 8398e4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/projects.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import { Link } from 'next-view-transitions';
44

55
export default function Projects() {
66
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+
},
712
{
813
name: 'discord.place',
914
link: 'https://discord.place',

0 commit comments

Comments
 (0)