Skip to content

Commit 29875de

Browse files
committed
✨ Replace Tip Calc project with AstroPaper
1 parent e586a2b commit 29875de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/commands/Projects.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ const projects = [
7474
},
7575
{
7676
id: 4,
77-
title: "Tip Calculator",
78-
desc: "A Progressive Web App (PWA) that can calculate the tip amount.",
79-
url: "https://splitter-sn.netlify.app/",
77+
title: "AstroPaper Blog Theme",
78+
desc: "A minimal, accessible and SEO-friendly Astro blog theme.",
79+
url: "https://astro-paper.pages.dev/",
8080
},
8181
];
8282

src/utils/funcs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const argTab = (
146146
"1.Sat Naing's Blog",
147147
"2.Haru Fashion",
148148
"3.Haru API",
149-
"4.Tip Calculator",
149+
"4.AstroPaper Blog Theme",
150150
].forEach(t => {
151151
hintsCmds = [...hintsCmds, t];
152152
});

0 commit comments

Comments
 (0)