From 05348fbfebd6953f5d0ad8db7140de3c0d0b8c9b Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 18:44:18 +0200 Subject: [PATCH] feat: add pwa.svg illustration to PWA settings section --- public/pwa.svg | 1 + src/components/Settings/PWASettings.tsx | 37 +++++++++++++++---------- 2 files changed, 23 insertions(+), 15 deletions(-) create mode 100644 public/pwa.svg diff --git a/public/pwa.svg b/public/pwa.svg new file mode 100644 index 00000000..fdbe9c19 --- /dev/null +++ b/public/pwa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 2ebfabb8..6647c9b4 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -37,22 +37,29 @@ const PWASettings: React.FC = () => { return (

Progressive Web App

-
-
- - Install Boris as an app +
+
+
+ + Install Boris as an app +
+

+ Install Boris on your device for a native app experience with offline support. +

+
-

- Install Boris on your device for a native app experience with offline support. -

- + Progressive Web App
)