From 8e5467b4fa24021e4bf58b6887d9f755435ee1f9 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:53:38 +0100 Subject: [PATCH] Moved QR code generator to mini projects --- src/App.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c0433e7..679feca 100644 --- a/src/App.tsx +++ b/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", }, ];