Skip to content

Commit

Permalink
fix(web): shorten footer to avoid new line on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Nov 15, 2024
1 parent f13218d commit 1e643f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tinyticker/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,21 +470,21 @@ <h3>🚀 TinyTicker Dashboard 🚀</h3>
</div>
<div class="uk-text-center uk-position-small">
<span class="uk-text-small uk-text-muted">
TinyTicker v{{ version }} - <span uk-icon="github"></span>
<span uk-icon="github"></span>
<a
href="https://github.com/loiccoyle/tinyticker"
title="tinyticker"
target="_blank"
>
TinyTicker
TinyTicker v{{ version }}
</a>
- <span uk-icon="question"></span>
<a
href="https://github.com/loiccoyle/tinyticker/issues/new"
title="issues"
target="_blank"
>
Report an issue
Issue
</a>
- <span uk-icon="info"></span>
<a
Expand Down

0 comments on commit 1e643f1

Please sign in to comment.