We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c726ae2 commit 5761865Copy full SHA for 5761865
src/components/InstallPWA.astro
@@ -1,6 +1,10 @@
1
+---
2
+
3
4
<div id="install-pwa" class="hidden">
- <p>Install our PWA to get easy access to the schedule!</p>
- <button id="install-btn">Install App</button>
5
+ <p>Add website to home screen and get easy access to the schedule!</p>
6
+ <button id="install-btn" class="button-link font-bold text-lg px-4 py-4 rounded-lg inline-flex items-center justify-center leading-4 transition-colors duration-200 not-prose border text-text
7
+ bg-primary hover:bg-primary-hover border-transparent">Add to home screen</button>
8
</div>
9
10
<style>
@@ -14,6 +18,7 @@
14
18
text-align: center;
15
19
padding: 1rem;
16
20
transition: all 0.3s ease;
21
+ z-index: 200;
17
22
}
23
24
#install-pwa.hidden {
0 commit comments