Skip to content
Snippets Groups Projects
Commit 45ba9af7 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add instructions where to get PS to start screen

parent cca6808e
No related branches found
No related tags found
1 merge request!60Add instructions where to get PrivateStorage Desktop to start screen
Pipeline #4934 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment