From b23185268f2f8809cafb2e63e7a2d9ce6a50403f Mon Sep 17 00:00:00 2001 From: Silas Date: Tue, 4 Jun 2024 23:27:42 -0400 Subject: [PATCH] trivial commit to test git hook --- src/routes/projects/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index b3403eb..562f68c 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -31,7 +31,7 @@ source: 'https://github.com/silentsilas/visions', position: [0, -4, 0], description: - 'An experiment with vector math for a rudimentary simulation of gravity. You can change the strength of the gravity in the Controls menu.' + 'An experiment with 3D vector math for a rudimentary simulation of gravity. You can change the strength of the gravity in the Controls menu.' }, { title: 'Animation Editor',