Skip to content

Commit 6177c6c

Browse files
committed
Add iloader website
1 parent 0a468bf commit 6177c6c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/utils/projects.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ export const mainProjects: Project[] = [
8181
techStack: ["Bun", "TypeScript", "React", "Vite", "Rust", "Tauri"],
8282
images: ["iloader0.webp", "iloader1.webp", "iloader2.webp"],
8383
links: [
84+
{
85+
label: "Website",
86+
url: "https://iloader.app",
87+
},
8488
{
8589
label: "Download",
8690
url: "https://github.com/nab138/iloader/releases",
@@ -94,7 +98,7 @@ export const mainProjects: Project[] = [
9498
url: "https://github.com/nab138/isideload",
9599
},
96100
{
97-
label: "SideStore Installation Instructions",
101+
label: "SideStore Instructions",
98102
url: "https://docs.sidestore.io/docs/installation/prerequisites",
99103
},
100104
{

0 commit comments

Comments
 (0)