Skip to content

Commit 8ec2f3c

Browse files
committed
move app store button from footer to index
1 parent 7f2d5ff commit 8ec2f3c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,7 @@ dist
162162
.yarn/unplugged
163163
.yarn/build-state.yml
164164
.yarn/install-state.gz
165-
.pnp.*
165+
.pnp.*
166+
167+
# macOS
168+
.DS_STORE

src/main/resources/templates/fragments/footer.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<footer th:fragment="footer" class="text-center text-muted small mt-5">
2-
<p>
3-
<a href="https://apps.apple.com/us/app/mob-timer/id1594924856?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 175px; height: 58px;"><img src="/appstore.svg" alt="Download on the Mac App Store" style="border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 175px; height: 58px;"></a>
4-
</p>
52
<p>
63
<a href="/help">Help</a>
74
|

src/main/resources/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444

4545
<p id="active-users"></p>
4646
<p id="active-timers"></p>
47+
<p>
48+
<a href="https://apps.apple.com/us/app/mob-timer/id1594924856?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 175px; height: 58px;"><img src="/appstore.svg" alt="Download on the Mac App Store" style="border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 175px; height: 58px;"></a>
49+
</p>
4750
</main>
4851
<footer th:replace="~{fragments/footer}"></footer>
4952
</div>

0 commit comments

Comments
 (0)