Moved QR code generator to mini projects
This commit is contained in:
17
src/App.tsx
17
src/App.tsx
@@ -1115,14 +1115,7 @@ const projects: Project[] = [
|
||||
image: "https://cdn.reversed.dev/pictures/wca.png",
|
||||
open_source: { link: "https://github.com/Space-Banane/whatsapp-stats" },
|
||||
link: "https://whatstat.reversed.dev",
|
||||
},
|
||||
{
|
||||
name: "QrCode Generator",
|
||||
description: "Vue.JS based QR Code Generator with a bit of customization.",
|
||||
image: "https://cdn.reversed.dev/pictures/qrcode.jpeg",
|
||||
open_source: { link: "https://github.com/reversed-dev/qr-code-gen" },
|
||||
link: "https://qr.reversed.dev",
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
const miniProjects: MiniProject[] = [
|
||||
@@ -1219,7 +1212,13 @@ const miniProjects: MiniProject[] = [
|
||||
content:
|
||||
"Work in Progress + Requires Active Directory Environment + Requires Go to be installed",
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
title: "QrCode Generator",
|
||||
description: "Vue.JS based QR Code Generator with a bit of customization.",
|
||||
why: "I wanted a simple and customizable QR code generator.",
|
||||
github: "https://github.com/reversed-dev/qr-code-gen",
|
||||
image: "https://cdn.reversed.dev/pictures/qrcode.jpeg",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user