mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
First quick Sure rebrand (#74)
* First cut of smallest rebrand, pending icons * Leave SQL schema tokens/user names the same for now * First batch of logos * Release notes/what's new * /releases missing * redirect_uri for sureapp:// * Padded logo * Test the correct /releases URL * Missed a few mobile URIs * Some icons/asssets from /website/ repo * Seed/sample data user @sure.local now * New screenshot * Want to keep their legal "boilerplate" from the upstream repo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<head>
|
||||
<title><%= content_for(:title) || "Maybe" %></title>
|
||||
<title><%= content_for(:title) || "Sure" %></title>
|
||||
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
@@ -17,7 +17,7 @@
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Maybe">
|
||||
<meta name="apple-mobile-web-app-title" content="Sure">
|
||||
|
||||
<meta name="msapplication-TileColor" content="#F9F9F9">
|
||||
<meta name="theme-color" content="#F9F9F9">
|
||||
|
||||
Reference in New Issue
Block a user