Merge pull request #238 from public-awesome/develop

Sync dev > main
This commit is contained in:
Serkan Reis 2023-10-12 11:35:37 +03:00 committed by GitHub
commit eaf60d5594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ export function FaviconsMetaTags() {
<link href="/assets/manifest.webmanifest" rel="manifest" /> <link href="/assets/manifest.webmanifest" rel="manifest" />
<meta content="yes" name="mobile-web-app-capable" /> <meta content="yes" name="mobile-web-app-capable" />
<meta content="#F0827D" name="theme-color" /> <meta content="#F0827D" name="theme-color" />
<meta content="StargazeStudio" name="application-name" /> <meta content="Stargaze Studio" name="application-name" />
<link href="/assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" /> <link href="/assets/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" />
<link href="/assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" /> <link href="/assets/apple-touch-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" />
<link href="/assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" /> <link href="/assets/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" />
@ -22,7 +22,7 @@ export function FaviconsMetaTags() {
<link href="/assets/apple-touch-icon-1024x1024.png" rel="apple-touch-icon" sizes="1024x1024" /> <link href="/assets/apple-touch-icon-1024x1024.png" rel="apple-touch-icon" sizes="1024x1024" />
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style" /> <meta content="black-translucent" name="apple-mobile-web-app-status-bar-style" />
<meta content="StargazeStudio" name="apple-mobile-web-app-title" /> <meta content="Stargaze Studio" name="apple-mobile-web-app-title" />
<link <link
href="/assets/apple-touch-startup-image-640x1136.png" href="/assets/apple-touch-startup-image-640x1136.png"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"

View File

@ -47,9 +47,9 @@ export const Layout = ({ children, metadata = {} }: LayoutProps) => {
<FaDesktop size={48} /> <FaDesktop size={48} />
<h1 className="text-2xl font-bold">Unsupported Viewport</h1> <h1 className="text-2xl font-bold">Unsupported Viewport</h1>
<p> <p>
StargazeStudio is best viewed on the big screen. Stargaze Studio is best viewed on the big screen.
<br /> <br />
Please open StargazeStudio on your tablet or desktop browser. Please open Stargaze Studio on your tablet or desktop browser.
</p> </p>
</div> </div>
</div> </div>

View File

@ -1,9 +1,9 @@
{ {
"path": "/assets/", "path": "/assets/",
"appName": "StargazeStudio", "appName": "Stargaze Studio",
"appShortName": "StargazeStudio", "appShortName": "Stargaze Studio",
"appDescription": "Stargaze Studio is built to provide useful smart contract interfaces that help you build and deploy your own NFT collection in no time.", "appDescription": "Stargaze Studio is built to provide useful smart contract interfaces that help you build and deploy your own NFT collection in no time.",
"developerName": "StargazeStudio", "developerName": "Stargaze Studio",
"developerURL": "https://", "developerURL": "https://",
"background": "#FFC27D", "background": "#FFC27D",
"theme_color": "#FFC27D", "theme_color": "#FFC27D",

View File

@ -6,6 +6,6 @@ export const meta = {
domain: 'stargaze.tools', domain: 'stargaze.tools',
url: faviconsJson.developerURL, url: faviconsJson.developerURL,
twitter: { twitter: {
username: '@stargazestudio', username: '@StargazeZone',
}, },
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "StargazeStudio", "name": "Stargaze Studio",
"short_name": "StargazeStudio", "short_name": "Stargaze Studio",
"description": "Stargaze Studio is a dApp that helps you create and manage your collections on Stargaze by providing smart contract front ends", "description": "Stargaze Studio is a dApp that helps you create and manage your collections on Stargaze by providing smart contract front ends",
"dir": "auto", "dir": "auto",
"lang": "en-US", "lang": "en-US",