From 9d37a9c6fb048bbd15c16aba7177e73985054595 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Tue, 4 Jun 2024 16:37:59 +0200 Subject: [PATCH] chore: Update background image URL and fix page content in projects page --- app/layout.tsx | 2 +- app/projects/page.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 9591667..537b439 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -29,7 +29,7 @@ export default function RootLayout({ >

Projects (2)

-

Vash Software

Vash was originally a video game clan, transformed by Stan to be a global{" "}

-

Personal Projects

-

Spotify osu! Map Finder

+

This website

+

Spotify osu! Map Finder

A quick tool to find osu! maps from + Spotify songs or playlists.
); }