Skip to content

Commit

Permalink
Revert UI changes for Logs button styling (#1302)
Browse files Browse the repository at this point in the history
Co-authored-by: luo.pengcheng <[email protected]>
  • Loading branch information
lpcheng1208 and luo.pengcheng authored Oct 31, 2024
1 parent abef25c commit d5fb28e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions web/writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
>
<strong>DDNS-GO</strong>
</a>
<button data-i18n="Logs" class="action-button logout-button" id="logsBtn">
<button
data-i18n="Logs"
class="btn btn-info btn-sm"
id="logsBtn"
>
Logs
</button>
<span
Expand All @@ -39,7 +43,7 @@
></span>
<span class="badge badge-secondary">{{.Version}}</span>
<a href="./logout" class="action-button logout-button" data-i18n="Logout">
Logout
Logout
</a>
</div>
</div>
Expand Down

0 comments on commit d5fb28e

Please sign in to comment.