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 e586a2b commit 29875deCopy full SHA for 29875de
src/components/commands/Projects.tsx
@@ -74,9 +74,9 @@ const projects = [
74
},
75
{
76
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/",
+ title: "AstroPaper Blog Theme",
+ desc: "A minimal, accessible and SEO-friendly Astro blog theme.",
+ url: "https://astro-paper.pages.dev/",
80
81
];
82
src/utils/funcs.ts
@@ -146,7 +146,7 @@ export const argTab = (
146
"1.Sat Naing's Blog",
147
"2.Haru Fashion",
148
"3.Haru API",
149
- "4.Tip Calculator",
+ "4.AstroPaper Blog Theme",
150
].forEach(t => {
151
hintsCmds = [...hintsCmds, t];
152
});
0 commit comments