From 3f03c433a7435e283244e94f09bd513bd45f3202 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 30 Mar 2026 17:21:19 -0500 Subject: update website with app store link --- website/index.html | 12 +++++++----- website/privacy.html | 5 +++-- website/styles.css | 8 +++++++- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/website/index.html b/website/index.html index c15b710..370e5c6 100644 --- a/website/index.html +++ b/website/index.html @@ -23,7 +23,8 @@
- + Download on the App Store @@ -44,9 +45,9 @@
-
- Hutch is currently under review by Apple and not yet available for download. - This page will be updated with the App Store link once approved. +
+ Hutch is now available on the App Store for iPhone. + Download Hutch for SourceHut.
@@ -142,6 +143,7 @@

Resources

- \ No newline at end of file + diff --git a/website/privacy.html b/website/privacy.html index 5d50be4..371bbcb 100644 --- a/website/privacy.html +++ b/website/privacy.html @@ -22,7 +22,8 @@
- + Download on the App Store @@ -126,4 +127,4 @@
- \ No newline at end of file + diff --git a/website/styles.css b/website/styles.css index 014e248..11799c0 100644 --- a/website/styles.css +++ b/website/styles.css @@ -311,4 +311,10 @@ code { line-height: 1.5; text-align: center; -} \ No newline at end of file +} + +.info-banner-live { + background: #edf7ee; + border-color: #cfe8d3; + color: #1d5c2f; +} -- cgit v1.2.3