Skip to content

Commit 6899d89

Browse files
authored
Merge pull request #39 from oddbookworm/fix-gif
Made the hue flowing gif a relative path instead of imgur path
2 parents 9757bd6 + ef6d949 commit 6899d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/hero.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
height: 38vw;
4949
border-radius: 10px;
5050
background-color: aliceblue;
51-
background-image: url(https://i.imgur.com/7mOk5E7.gif);
51+
background-image: url(../assets/hue-flowing-1.gif);
5252
background-repeat: no-repeat;
5353
background-size: cover;
5454
}

0 commit comments

Comments
 (0)