diff --git a/obelisk/frontend/src/Pages/FirstRun.hs b/obelisk/frontend/src/Pages/FirstRun.hs index 0ec13ac2d65091073d4a70a05e7cdc10fb057044..975f9dc3194421ba269148b7bafed11e3935d46f 100644 --- a/obelisk/frontend/src/Pages/FirstRun.hs +++ b/obelisk/frontend/src/Pages/FirstRun.hs @@ -20,6 +20,7 @@ firstRunPage = do elClass "div" "subtext mdc-typography--body2" $ do el "p" $ text "This app requires access to PrivateStorage." el "p" $ text "Please ensure the PrivateStorage desktop app is installed and running before proceeding." + el "p" $ text "Visit https://private.storage/ on your desktop or laptop computer to get started." (readyButton, _) <- elAttr' "button" ("class" =: "mdc-button mdc-button--raised" <> "data-mdc-auto-init" =: "MDCRipple") $ do elClass "span" "mdc-button__ripple" blank