We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b54aa commit 87ee612Copy full SHA for 87ee612
1 file changed
src/pages/index.astro
@@ -59,20 +59,15 @@ const ContactLinks = [
59
60
const ProjectLinks = [
61
{
62
- href: "https://github.com/Sennia-Linux",
+ href: "https://github.com/PolyCatDev/sennia-linux",
63
text: "Sennia Linux",
64
label: "Link to Sennia Linux project",
65
},
66
67
- href: "https://flipper-cafe.duckdns.org/",
+ href: "https://github.com/PolyCatDev/flipper-cafe",
68
text: "Flipper Cafe",
69
label: "Link to Flipper Cafe database",
70
71
- {
72
- href: "https://github.com/PolyCatDev/bash-factory",
73
- text: "Bash Factory",
74
- label: "Link to Bash Factory database",
75
- },
76
77
href: "https://github.com/PolyCatDev/obs-waykey",
78
text: "OBS WayKey",
0 commit comments