Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
privatestoragemobile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
privatestoragemobile
Commits
2df04737
Commit
2df04737
authored
1 year ago
by
Florian Sesser
Browse files
Options
Downloads
Patches
Plain Diff
Remove first paragraph on start screen to make everything fit on slim devices
parent
604ca8bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66
Remove first paragraph on start screen to make everything fit on slim devices
Pipeline
#4976
passed
1 year ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
obelisk/frontend/src/Pages/FirstRun.hs
+0
-1
0 additions, 1 deletion
obelisk/frontend/src/Pages/FirstRun.hs
with
0 additions
and
1 deletion
obelisk/frontend/src/Pages/FirstRun.hs
+
0
−
1
View file @
2df04737
...
...
@@ -18,7 +18,6 @@ firstRunPage = do
elClass
"div"
"logo"
$
elAttr
"img"
(
"src"
=:
logoStacked
)
blank
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."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment