Skip to content

Commit

Permalink
add button id
Browse files Browse the repository at this point in the history
  • Loading branch information
sk5s committed Feb 26, 2023
1 parent d86b840 commit 75744ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5 class="title is-5">alsoweather</h5>
<!-- main content -->
<div class="container mt-3 px-3" style="max-width: 600px; min-height: 80vh">
<!-- back button -->
<a class="button is-primary" href="../" data-i18n-key="back"> Back </a>
<a class="button is-primary" href="../" data-i18n-key="back" id="back-button"> Back </a>

<!-- location -->
<div class="control has-icons-left mt-3 mb-3">
Expand Down

0 comments on commit 75744ad

Please sign in to comment.