mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-17 05:42:13 -06:00
replaced XCS branding with wyre
This commit is contained in:
parent
aac1533f34
commit
50720d18e9
|
@ -35,7 +35,7 @@ export default function Error({ statusCode }: { statusCode: string }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{title} - Restrafes XCS</title>
|
<title>{title} - Amperra Wyre</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Container
|
<Container
|
||||||
maxW={'container.sm'}
|
maxW={'container.sm'}
|
||||||
|
|
|
@ -114,9 +114,9 @@ export default function Profile({ username, user }: { username: string | null; u
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
{user ? (
|
{user ? (
|
||||||
<title>{`${user?.displayName || user?.name?.first}'s Profile`} - Restrafes XCS</title>
|
<title>{`${user?.displayName || user?.name?.first}'s Profile`} - Amperra Wyre</title>
|
||||||
) : (
|
) : (
|
||||||
<title>{`Profile - Restrafes XCS`}</title>
|
<title>{`Profile - Amperra Wyre`}</title>
|
||||||
)}
|
)}
|
||||||
</Head>
|
</Head>
|
||||||
<Container
|
<Container
|
||||||
|
|
|
@ -352,7 +352,7 @@ export default function LocationInfo({ location, query, idToken, refreshData }:
|
||||||
View Experience
|
View Experience
|
||||||
</Button>
|
</Button>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
<FormHelperText>This cannot be changed once set.</FormHelperText>
|
<FormHelperText>Universe ID will be automatically set once you insert the template into a published game and run it. This cannot be changed once set.</FormHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
)}
|
)}
|
||||||
</Field>
|
</Field>
|
||||||
|
|
|
@ -376,7 +376,7 @@ export default function PlatformNav({ type, title }: { type?: string; title?: st
|
||||||
priority={true}
|
priority={true}
|
||||||
fill={true}
|
fill={true}
|
||||||
quality={64}
|
quality={64}
|
||||||
alt={'Restrafes XCS'}
|
alt={'Amperra Wyre'}
|
||||||
style={{
|
style={{
|
||||||
objectFit: 'contain'
|
objectFit: 'contain'
|
||||||
}}
|
}}
|
||||||
|
@ -529,7 +529,7 @@ export default function PlatformNav({ type, title }: { type?: string; title?: st
|
||||||
priority={true}
|
priority={true}
|
||||||
fill={true}
|
fill={true}
|
||||||
quality={50}
|
quality={50}
|
||||||
alt={'Restrafes XCS'}
|
alt={'Amperra Wyre'}
|
||||||
style={{
|
style={{
|
||||||
objectFit: 'contain'
|
objectFit: 'contain'
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -67,7 +67,7 @@ export default function SettingsInvite() {
|
||||||
You have {currentUser?.platform?.invites || 0} referral credit{currentUser?.platform?.invites === 1 ? '' : 's'}.
|
You have {currentUser?.platform?.invites || 0} referral credit{currentUser?.platform?.invites === 1 ? '' : 's'}.
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text fontSize={'md'} color={"gray.500"}>
|
<Text fontSize={'md'} color={"gray.500"}>
|
||||||
Who's a great addition to XCS? Invite them to join!
|
Who's a great addition to wyre? Invite them to join!
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
mt={4}
|
mt={4}
|
||||||
|
|
|
@ -163,7 +163,7 @@ export default function SettingsLinkedAccounts() {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Text py={1}>You have not linked your Roblox account. Please link one to use Restrafes XCS.</Text>
|
<Text py={1}>You have not linked your Roblox account. Please link one to use Amperra Wyre.</Text>
|
||||||
<ButtonGroup mt={4}>
|
<ButtonGroup mt={4}>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -190,7 +190,7 @@ export default function SettingsLinkedAccounts() {
|
||||||
Discord
|
Discord
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text py={1}>
|
<Text py={1}>
|
||||||
Link your Discord account to Restrafes XCS to receive the <Text as={'strong'}>XCS</Text> role on the{' '}
|
Link your Discord account to Amperra Wyre to receive the <Text as={'strong'}>XCS</Text> role on the{' '}
|
||||||
<Link href={'https://discord.gg/BWVa3yE9M3'} target='_blank' textDecor={'underline'}>
|
<Link href={'https://discord.gg/BWVa3yE9M3'} target='_blank' textDecor={'underline'}>
|
||||||
R&C Community
|
R&C Community
|
||||||
</Link>.
|
</Link>.
|
||||||
|
|
|
@ -146,7 +146,7 @@ export default function SettingsProfile() {
|
||||||
toast({
|
toast({
|
||||||
title: "You've been logged out.",
|
title: "You've been logged out.",
|
||||||
description:
|
description:
|
||||||
"Because you've changed your email address, you have been logged out. Please log in again with your new email address to continue using Restrafes XCS.",
|
"Because you've changed your email address, you have been logged out. Please log in again with your new email address to continue using Amperra Wyre.",
|
||||||
status: 'info',
|
status: 'info',
|
||||||
duration: 9000,
|
duration: 9000,
|
||||||
isClosable: true
|
isClosable: true
|
||||||
|
|
|
@ -106,7 +106,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
{!user?.emailVerified && (
|
{!user?.emailVerified && (
|
||||||
<PlatformAlert
|
<PlatformAlert
|
||||||
title={'Action needed'}
|
title={'Action needed'}
|
||||||
description={'Please verify your email address to continue using Restrafes XCS.'}
|
description={'Please verify your email address to continue using Amperra Wyre.'}
|
||||||
isClosable={true}
|
isClosable={true}
|
||||||
button={{
|
button={{
|
||||||
text: 'Resend verification email',
|
text: 'Resend verification email',
|
||||||
|
@ -144,7 +144,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
{!currentUser?.roblox.verified && (
|
{!currentUser?.roblox.verified && (
|
||||||
<PlatformAlert
|
<PlatformAlert
|
||||||
title={'Action needed'}
|
title={'Action needed'}
|
||||||
description={'Please verify your Roblox account to continue using Restrafes XCS.'}
|
description={'Please verify your Roblox account to continue using Amperra Wyre.'}
|
||||||
isClosable={true}
|
isClosable={true}
|
||||||
button={{
|
button={{
|
||||||
text: 'Verify Roblox account',
|
text: 'Verify Roblox account',
|
||||||
|
|
|
@ -347,14 +347,14 @@ export default function PlatformAccessPoint() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{accessPoint?.name} - Restrafes XCS</title>
|
<title>{accessPoint?.name} - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Manage Access Point - Restrafes XCS"
|
content="Manage Access Point - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -211,7 +211,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||||
url: avatarUrl
|
url: avatarUrl
|
||||||
},
|
},
|
||||||
author: {
|
author: {
|
||||||
name: 'Restrafes XCS',
|
name: 'Amperra Wyre',
|
||||||
url: 'https://wyre.ryj.my.id',
|
url: 'https://wyre.ryj.my.id',
|
||||||
icon_url: avatarUrl
|
icon_url: avatarUrl
|
||||||
},
|
},
|
||||||
|
|
|
@ -352,7 +352,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||||
url: member?.avatar || avatarUrl
|
url: member?.avatar || avatarUrl
|
||||||
},
|
},
|
||||||
author: {
|
author: {
|
||||||
name: 'Restrafes XCS',
|
name: 'Amperra Wyre',
|
||||||
url: 'https://wyre.ryj.my.id',
|
url: 'https://wyre.ryj.my.id',
|
||||||
icon_url: avatarUrl
|
icon_url: avatarUrl
|
||||||
},
|
},
|
||||||
|
|
|
@ -399,7 +399,7 @@ export default async function handler(req: NextRequest) {
|
||||||
url: member?.avatar || avatarUrl
|
url: member?.avatar || avatarUrl
|
||||||
},
|
},
|
||||||
author: {
|
author: {
|
||||||
name: 'Restrafes XCS',
|
name: 'Amperra Wyre',
|
||||||
url: 'https://wyre.ryj.my.id',
|
url: 'https://wyre.ryj.my.id',
|
||||||
icon_url: avatarUrl
|
icon_url: avatarUrl
|
||||||
},
|
},
|
||||||
|
|
|
@ -62,10 +62,10 @@ export default function Activate({ valid }: { valid: boolean }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Activate Account - Restrafes XCS</title>
|
<title>Activate Account - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Activate Account - Restrafes XCS"
|
content="Activate Account - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
|
@ -73,15 +73,15 @@ export default function Activate({ valid }: { valid: boolean }) {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:site_name"
|
name="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:title"
|
name="og:title"
|
||||||
content="Activate Account - Restrafes XCS"
|
content="Activate Account - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:description"
|
name="og:description"
|
||||||
content="Activate your Restrafes XCS account."
|
content="Activate your Amperra Wyre account."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:type"
|
name="og:type"
|
||||||
|
|
|
@ -78,10 +78,10 @@ export default function Login() {
|
||||||
|
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Login - Restrafes XCS</title>
|
<title>Login - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Login - Restrafes XCS"
|
content="Login - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
|
@ -89,15 +89,15 @@ export default function Login() {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:site_name"
|
name="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:title"
|
name="og:title"
|
||||||
content="Login - Restrafes XCS"
|
content="Login - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:description"
|
name="og:description"
|
||||||
content="Authenticate into Restrafes XCS."
|
content="Authenticate into Amperra Wyre."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:type"
|
name="og:type"
|
||||||
|
@ -129,9 +129,9 @@ export default function Login() {
|
||||||
<ModalCloseButton />
|
<ModalCloseButton />
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
<>
|
<>
|
||||||
<Text fontWeight={'bold'}>What is Restrafes XCS?</Text>
|
<Text fontWeight={'bold'}>What is Amperra Wyre?</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Restrafes XCS is an online access point control platform developed by RESTRAFES & CO that allows
|
Amperra Wyre is an online access point control platform developed by RESTRAFES & CO that allows
|
||||||
organizations to manage and control access to their facilities remotely.
|
organizations to manage and control access to their facilities remotely.
|
||||||
</Text>
|
</Text>
|
||||||
</>
|
</>
|
||||||
|
@ -139,7 +139,7 @@ export default function Login() {
|
||||||
<>
|
<>
|
||||||
<Text fontWeight={'bold'}>What is my login?</Text>
|
<Text fontWeight={'bold'}>What is my login?</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Your login for Restrafes XCS is the email address that was used to invite you to the platform. If you
|
Your login for Amperra Wyre is the email address that was used to invite you to the platform. If you
|
||||||
are unsure of your login or did not receive an invitation, please contact your sponsor or email
|
are unsure of your login or did not receive an invitation, please contact your sponsor or email
|
||||||
xcs@restrafes.co for assistance.
|
xcs@restrafes.co for assistance.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
@ -38,10 +38,10 @@ export default function Recover() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Recover Account - Restrafes XCS</title>
|
<title>Recover Account - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Recover Account - Restrafes XCS"
|
content="Recover Account - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
|
@ -49,15 +49,15 @@ export default function Recover() {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:site_name"
|
name="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:title"
|
name="og:title"
|
||||||
content="Recover Account - Restrafes XCS"
|
content="Recover Account - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:description"
|
name="og:description"
|
||||||
content="Recover your Restrafes XCS account."
|
content="Recover your Amperra Wyre account."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:type"
|
name="og:type"
|
||||||
|
|
|
@ -8,14 +8,14 @@ export default function PlatformEventLogs() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Event Logs - Restrafes XCS</title>
|
<title>Event Logs - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Event Logs - Restrafes XCS"
|
content="Event Logs - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -126,14 +126,14 @@ export default function PlatformHome({ posts }: any) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Home - Restrafes XCS</title>
|
<title>Home - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Platform Home - Restrafes XCS"
|
content="Platform Home - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -18,7 +18,7 @@ export default function Homepage({ allPostsData }: { allPostsData: any }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Home - Restrafes XCS</title>
|
<title>Home - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Home - Wyre Management"
|
content="Home - Wyre Management"
|
||||||
|
|
|
@ -56,17 +56,17 @@ export default function Invite({ invite, errorMessage }: { invite: any; errorMes
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Invitation - Restrafes XCS</title>
|
<title>Invitation - Amperra Wyre</title>
|
||||||
|
|
||||||
{invite ? (
|
{invite ? (
|
||||||
<>
|
<>
|
||||||
<meta
|
<meta
|
||||||
name="og:site_name"
|
name="og:site_name"
|
||||||
content={'Restrafes XCS'}
|
content={'Amperra Wyre'}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:title"
|
name="og:title"
|
||||||
content={'Invitation - Restrafes XCS'}
|
content={'Invitation - Amperra Wyre'}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:url"
|
name="og:url"
|
||||||
|
|
|
@ -6,7 +6,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
<Head>
|
<Head>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
|
@ -14,11 +14,11 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:type"
|
property="og:type"
|
||||||
|
|
|
@ -7,7 +7,7 @@ export default function Terms() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Privacy Policy - Restrafes XCS</title>
|
<title>Privacy Policy - Amperra Wyre</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Nav />
|
<Nav />
|
||||||
<Box bg={useColorModeValue('black', 'white')} w={'full'} h={'240px'} />
|
<Box bg={useColorModeValue('black', 'white')} w={'full'} h={'240px'} />
|
||||||
|
|
|
@ -7,7 +7,7 @@ export default function Terms() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Terms of Use - Restrafes XCS</title>
|
<title>Terms of Use - Amperra Wyre</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Nav />
|
<Nav />
|
||||||
<Box bg={useColorModeValue('black', 'white')} w={'full'} h={'240px'} />
|
<Box bg={useColorModeValue('black', 'white')} w={'full'} h={'240px'} />
|
||||||
|
@ -24,7 +24,7 @@ export default function Terms() {
|
||||||
</Heading>
|
</Heading>
|
||||||
<Box>
|
<Box>
|
||||||
<Text pb={4}>
|
<Text pb={4}>
|
||||||
These terms of use govern your use of the Restrafes XCS website, products, and services (collectively
|
These terms of use govern your use of the Amperra Wyre website, products, and services (collectively
|
||||||
"Services") available at <Link href="https://wyre.ryj.my.id">wyre.ryj.my.id</Link>. By
|
"Services") available at <Link href="https://wyre.ryj.my.id">wyre.ryj.my.id</Link>. By
|
||||||
accessing or using the Services, you agree to be bound by these terms. If you do not agree to these terms,
|
accessing or using the Services, you agree to be bound by these terms. If you do not agree to these terms,
|
||||||
do not access or use the Services.
|
do not access or use the Services.
|
||||||
|
@ -50,7 +50,7 @@ export default function Terms() {
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Text as="span">
|
<Text as="span">
|
||||||
The Services contain copyrighted material, trademarks and other proprietary information including text,
|
The Services contain copyrighted material, trademarks and other proprietary information including text,
|
||||||
software, photos, videos, graphics and logos. This intellectual property is owned by Restrafes XCS or
|
software, photos, videos, graphics and logos. This intellectual property is owned by Amperra Wyre or
|
||||||
its licensors and protected by copyright and other laws. All rights are reserved. You may not modify,
|
its licensors and protected by copyright and other laws. All rights are reserved. You may not modify,
|
||||||
publish, transmit, distribute, publicly perform or display, sell or create derivative works of such
|
publish, transmit, distribute, publicly perform or display, sell or create derivative works of such
|
||||||
content.
|
content.
|
||||||
|
@ -100,7 +100,7 @@ export default function Terms() {
|
||||||
|
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<Text as="span">
|
<Text as="span">
|
||||||
These terms constitute the entire agreement between you and Restrafes XCS with respect to your use of
|
These terms constitute the entire agreement between you and Amperra Wyre with respect to your use of
|
||||||
the Services. They supersede any prior agreements.
|
the Services. They supersede any prior agreements.
|
||||||
</Text>
|
</Text>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
|
@ -135,14 +135,14 @@ export default function PlatformLocation() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{location?.name} - Restrafes XCS</title>
|
<title>{location?.name} - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Manage Location - Restrafes XCS"
|
content="Manage Location - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -320,14 +320,14 @@ export default function PlatformLocations() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Locations - Restrafes XCS</title>
|
<title>Locations - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Manage Locations - Restrafes XCS"
|
content="Manage Locations - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -94,14 +94,14 @@ export default function OrganizationPublic({ organization }: { organization: Org
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{organization?.name} - Restrafes XCS</title>
|
<title>{organization?.name} - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content={`${organization?.name} - Restrafes XCS`}
|
content={`${organization?.name} - Amperra Wyre`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
@ -109,7 +109,7 @@ export default function OrganizationPublic({ organization }: { organization: Org
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content={`${organization?.name} is one of many organizations that use Restrafes XCS to manage their access points.`}
|
content={`${organization?.name} is one of many organizations that use Amperra Wyre to manage their access points.`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:type"
|
property="og:type"
|
||||||
|
|
|
@ -374,14 +374,14 @@ export default function PlatformOrganization() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{organization?.name} - Restrafes XCS</title>
|
<title>{organization?.name} - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Manage Organization - Restrafes XCS"
|
content="Manage Organization - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -325,14 +325,14 @@ export default function PlatformOrganizations() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Organizations - Restrafes XCS</title>
|
<title>Organizations - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Manage Organizations - Restrafes XCS"
|
content="Manage Organizations - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -180,14 +180,14 @@ export default function Settings() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Settings - Restrafes XCS</title>
|
<title>Settings - Amperra Wyre</title>
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="Settings - Restrafes XCS"
|
content="Settings - Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
|
|
|
@ -53,7 +53,7 @@ export default function UserProfileNS({ user }: any) {
|
||||||
<Head>
|
<Head>
|
||||||
<meta
|
<meta
|
||||||
property="og:site_name"
|
property="og:site_name"
|
||||||
content="Restrafes XCS"
|
content="Amperra Wyre"
|
||||||
/>
|
/>
|
||||||
{user ? (
|
{user ? (
|
||||||
<>
|
<>
|
||||||
|
@ -68,7 +68,7 @@ export default function UserProfileNS({ user }: any) {
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content={`Join ${user?.displayName || user.name.first
|
content={`Join ${user?.displayName || user.name.first
|
||||||
} and a community of architects in managing access points on Restrafes XCS.`}
|
} and a community of architects in managing access points on Amperra Wyre.`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
|
@ -87,7 +87,7 @@ export default function UserProfileNS({ user }: any) {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content={`Join a community of architects in managing access points on Restrafes XCS.`}
|
content={`Join a community of architects in managing access points on Amperra Wyre.`}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -142,7 +142,7 @@ export default function Verify() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Verification - Restrafes XCS</title>
|
<title>Verification - Amperra Wyre</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Container
|
<Container
|
||||||
maxW={'container.lg'}
|
maxW={'container.lg'}
|
||||||
|
|
Loading…
Reference in a new issue