From ab10b3cfa3999d4e9fbc238e9e8584a416c99bb7 Mon Sep 17 00:00:00 2001 From: O4bit Date: Sat, 23 May 2026 15:01:40 +0200 Subject: [PATCH] Refactor Projects array with updated image path --- src/constants/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/projects.ts b/src/constants/projects.ts index 8ee12d4..e658e38 100644 --- a/src/constants/projects.ts +++ b/src/constants/projects.ts @@ -31,7 +31,7 @@ const Projects = [ name: 'Project Asteria', description: 'Discover space right from your phone with astronomy pictures with the Project Asteria app.', href: 'https://github.com/O4bit/project-asteria', - image: '/assets/images/projects/project-asteria.png', + image: '/assets/images/projects/ic_launcher-playstore.png', hint: 'View website', width: '130px', height: '131px',