Skip to content

Commit

Permalink
Fix splash screen background color and install title
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinus committed Mar 14, 2019
1 parent 3ad1a6e commit 03eb993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<use xlink:href="#notifications" />
</svg>
</a>
<a href="#" id="install" class="icon-button" title="Add to Homescreen">
<a href="#" id="install" class="icon-button" title="Install Snapdrop">
<svg class="icon">
<use xlink:href="#homescreen" />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion client/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#3367d6",
"background_color": "#efefef",
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#3367d6",
Expand Down

0 comments on commit 03eb993

Please sign in to comment.