Skip to content

Commit

Permalink
Merge pull request #12 from DeeJayLSP/point-correct
Browse files Browse the repository at this point in the history
Point to the correct logo.svg
  • Loading branch information
Bioblaze authored Nov 1, 2024
2 parents cbc0014 + 346fd3d commit 51083d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/effects.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
position: absolute;
top: 50%;
left: 50%;
background-image: url("https://github.com/blazium-engine/blazium-assets/blob/main/Blazium%20Engine%20-%20Brand%20Kit/Logo/SVG/Blazium%20Logo.svg?raw=true");
background-image: url("/static/assets/logo.svg");
background-size: cover;
}

Expand Down Expand Up @@ -3025,4 +3025,4 @@ body {
opacity: 1;
transform: rotate(522deg) translate3d(249px, 919px, 1000px) scale(1);
}
}
}

0 comments on commit 51083d7

Please sign in to comment.