Skip to content

Commit

Permalink
- drop ":" from custom twitter widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardevertz committed Feb 9, 2024
1 parent 92fc110 commit 29596b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subpages/customTwitter.mpts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
</div>
<div class="select-wrapper networkSelection">
<label for="network">Network:</label>
<label for="network">Network</label>
<div class="select networkSelect" data-network=networks.0.code>
<button type="button" id="network">
<img src=networks.0.img alt=""/>
Expand All @@ -64,7 +64,7 @@
</div>
</div>
<div class="select-wrapper tokenSelection">
<label for="tokenButton">Coin:</label>
<label for="tokenButton">Token</label>
<div class="select tokenSelect" data-symbol=tokens.0.symbol>
<button type="button" id="tokenButton">
<img src=tokens.0.logoURI alt=""/>
Expand Down

0 comments on commit 29596b2

Please sign in to comment.