Skip to content

Commit

Permalink
fix: missing path on Flag svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianchii committed Nov 1, 2023
1 parent 845f77f commit d42c94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/components/_flag.scss
Expand Up @@ -50,7 +50,7 @@ $sizes: (

@each $country in $countries {
.flag-country-#{$country} {
background-image: url("/assets/static/images/flags/#{$country}.svg");
background-image: url("assets/static/images/flags/#{$country}.svg");
}
}

Expand Down

0 comments on commit d42c94a

Please sign in to comment.