mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-09 01:04:16 +00:00
Merge pull request #161 from ragestudio/dev
This commit is contained in:
commit
f371b2db00
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<title>Comty™</title>
|
||||
<meta name="title" content="Comty™" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
@ -11,7 +13,6 @@
|
||||
name="description"
|
||||
content="Comty, a prototype of social network."
|
||||
/>
|
||||
<meta name="title" content="Comty" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Comty, a prototype of social network."
|
||||
|
@ -26,7 +26,7 @@
|
||||
"@ffmpeg/util": "^0.12.1",
|
||||
"@mui/material": "^5.11.9",
|
||||
"@ragestudio/cordova-nfc": "^1.2.0",
|
||||
"@ragestudio/vessel": "^0.23.0",
|
||||
"@ragestudio/vessel": "^0.23.1",
|
||||
"@sentry/browser": "^7.64.0",
|
||||
"@tauri-apps/api": "^1.5.4",
|
||||
"@tsmx/human-readable": "^1.0.7",
|
||||
|
@ -5,7 +5,6 @@ import routesDeclarations from "@config/routes"
|
||||
|
||||
import onPageMount from "@hooks/onPageMount"
|
||||
|
||||
import { Helmet } from "react-helmet"
|
||||
import * as Sentry from "@sentry/browser"
|
||||
import { invoke } from "@tauri-apps/api/tauri"
|
||||
import * as antd from "antd"
|
||||
@ -113,15 +112,6 @@ class ComtyApp extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<Helmet>
|
||||
<title>{config.app.siteName}</title>
|
||||
<meta
|
||||
name="og:description"
|
||||
content={config.app.siteDescription}
|
||||
/>
|
||||
<meta property="og:title" content={config.app.siteName} />
|
||||
</Helmet>
|
||||
|
||||
<ThemeProvider>
|
||||
{window.__TAURI__ && <DesktopTopBar />}
|
||||
<Layout staticRenders={ComtyApp.staticRenders}>
|
||||
|
2
vessel
2
vessel
@ -1 +1 @@
|
||||
Subproject commit 77d6a5fc1b4bf6fb41ab8499d7c3bda23aa5c1bb
|
||||
Subproject commit 341609fdf242c5bf51648eb1448bd66e6cd05037
|
Loading…
x
Reference in New Issue
Block a user