diff --git a/src/App.tsx b/src/App.tsx index 679feca..0f85143 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1115,6 +1115,12 @@ 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: "Instant Replay", + description: "Instantly replay your last 30 seconds of gameplay with the help of your Voice and OBS Replay Buffers.", + link: "https://gitea.reversed.dev/space/instant-replay", + open_source: { link: "https://gitea.reversed.dev/space/instant-replay" }, } ];