Skip to content

Commit

Permalink
Removes icon--lg class
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod committed Mar 17, 2022
1 parent bd80871 commit 433fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/includes/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="flex flex-column justify-center items-center w-100">
<div class="flex flex-column flex-auto pt4 ph3 mw6 ph0-l">
{{ if not .isUserAccountComplete }}
<svg viewBox="0 0 16 16" class="icon icon--lg icon icon--lg fill-black fill-white--dark fill-black--light">
<svg viewBox="0 0 16 16" class="icon fill-black fill-white--dark fill-black--light">
<use xlink:href="#icon-logo" />
</svg>
{{ end }}
Expand Down

0 comments on commit 433fc00

Please sign in to comment.