We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab0f906 + 49e5391 commit f57ac88Copy full SHA for f57ac88
frontend/styles.css
@@ -39,7 +39,8 @@ body::before {
39
left: 0;
40
width: 100%;
41
height: 100%;
42
- background-image: url('./static/powerful_wizard.png');
+ /* Use an existing asset to avoid 404s */
43
+ background-image: url('./static/gptr-logo.png');
44
background-position: center;
45
background-size: contain;
46
background-repeat: no-repeat;
0 commit comments