Skip to content

Commit

Permalink
fix(static): proposal system bg img is not shown when local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 13, 2024
1 parent 5bac15d commit d22ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/css/pages/_proposals.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body.dashboard{
font-weight: 400;
background: #1A1A30;
background-image: url(/prs/static/pycontw-2023/assets/bg-dashboard.svg);
background-image: url('../pycontw-2024/assets/bg-dashboard.svg');

p.welcome{
font-size: 21px;
Expand Down

0 comments on commit d22ec94

Please sign in to comment.