Skip to content

Commit

Permalink
Make Helipad title clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Dec 22, 2024
1 parent efc70fa commit 1019fe7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webroot/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="titleBar" style="align-items: center;">
<div style="display: flex; align-items: center;">
<h5 class="titleHeader">
Helipad<span class="titleSubtitle">: Boost Tracker</span>
<a href="/" style="color: white">Helipad<span class="titleSubtitle">: Boost Tracker</span></a>
</h5>
</div>
<ul class="navButtons">
Expand Down
2 changes: 1 addition & 1 deletion webroot/html/sent.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="titleBar" style="align-items: center;">
<div style="display: flex; align-items: center;">
<h5 class="titleHeader">
Helipad<span class="titleSubtitle">: Boost Tracker</span>
<a href="/" style="color: white">Helipad<span class="titleSubtitle">: Boost Tracker</span></a>
</h5>
</div>
<ul class="navButtons">
Expand Down
2 changes: 1 addition & 1 deletion webroot/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="titleBar" style="align-items: center;">
<div style="display: flex; align-items: center;">
<h5 class="titleHeader">
Helipad<span class="titleSubtitle">: Boost Tracker</span>
<a href="/" style="color: white">Helipad<span class="titleSubtitle">: Boost Tracker</span></a>
</h5>
</div>
<ul class="navButtons">
Expand Down
2 changes: 1 addition & 1 deletion webroot/html/streams.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="titleBar" style="align-items: center;">
<div style="display: flex; align-items: center;">
<h5 class="titleHeader">
Helipad<span class="titleSubtitle">: Boost Tracker</span>
<a href="/" style="color: white">Helipad<span class="titleSubtitle">: Boost Tracker</span></a>
</h5>
</div>
<ul class="navButtons">
Expand Down

0 comments on commit 1019fe7

Please sign in to comment.