From ef6d949328875c0ae0e7788d546c0b6a6dd5df48 Mon Sep 17 00:00:00 2001 From: oddbookworm Date: Wed, 12 Nov 2025 18:43:12 -0600 Subject: [PATCH] Made the hue flowing gif a relative path instead of imgur path --- src/styles/hero.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/hero.module.css b/src/styles/hero.module.css index 937442e..1af425b 100644 --- a/src/styles/hero.module.css +++ b/src/styles/hero.module.css @@ -48,7 +48,7 @@ height: 38vw; border-radius: 10px; background-color: aliceblue; - background-image: url(https://i.imgur.com/7mOk5E7.gif); + background-image: url(../assets/hue-flowing-1.gif); background-repeat: no-repeat; background-size: cover; }