Skip to content

Commit f57ac88

Browse files
authored
Merge pull request #1484 from expphoto/fix/frontend-bg-404
fix(frontend): use existing gptr-logo.png for background to stop 404
2 parents ab0f906 + 49e5391 commit f57ac88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ body::before {
3939
left: 0;
4040
width: 100%;
4141
height: 100%;
42-
background-image: url('./static/powerful_wizard.png');
42+
/* Use an existing asset to avoid 404s */
43+
background-image: url('./static/gptr-logo.png');
4344
background-position: center;
4445
background-size: contain;
4546
background-repeat: no-repeat;

0 commit comments

Comments
 (0)