Skip to content

Commit

Permalink
fix merge resolution artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
willow446 committed Jun 7, 2024
1 parent a23b8f8 commit 5e487cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 15,6 @@
<div aria-label="Language Selector Switch" class="checkbox-wrapper">
<input class="desktop-nav-toggle" type="checkbox" id="desktop-nav-toggle" />
<label class="i18n-btn" for="desktop-nav-toggle">
<img src="/icons/globe.png" height="20" width="20" alt="Select language" />
<div>{{ .Language.LanguageName }} ({{ .Lang }})</div>
<img src="/icons/chevron-down.png" height="24" width="24" />
<img src="/icons/globe.png" height="20" width="20" alt="Select language">
<div>{{ .Language.LanguageName }} ({{ .Lang }})</div>
<img src="/icons/chevron-down.png" height="24" width="24" alt="Selector">
Expand Down Expand Up @@ -73,4 70,4 @@
</div>
</div>
</nav>
</header>
</header>

0 comments on commit 5e487cf

Please sign in to comment.