From 50720d18e9664221885e252d6f5ac4537b32abd8 Mon Sep 17 00:00:00 2001
From: Fayzan Naufal Suparjo <68143025+ryoojiz@users.noreply.github.com>
Date: Sat, 28 Jun 2025 22:36:24 +0700
Subject: [PATCH] replaced XCS branding with wyre
---
src/components/Error.tsx | 2 +-
src/components/PlatformProfile.tsx | 4 ++--
src/components/location/LocationInfo.tsx | 2 +-
src/components/nav/PlatformNav.tsx | 4 ++--
src/components/settings/SettingsInvite.tsx | 2 +-
.../settings/SettingsLinkedAccounts.tsx | 4 ++--
src/components/settings/SettingsProfile.tsx | 2 +-
src/layouts/PlatformLayout.tsx | 4 ++--
src/pages/access-points/[id].tsx | 6 +++---
.../api/v1/access-points/[accessPointId].ts | 2 +-
.../[locationId]/[accessPointId]/onScan.ts | 2 +-
.../[locationId]/[accessPointId]/onScanEdge.ts | 2 +-
src/pages/auth/activate/[activationCode].tsx | 10 +++++-----
src/pages/auth/login/index.tsx | 16 ++++++++--------
src/pages/auth/reset/index.tsx | 10 +++++-----
src/pages/event-logs/index.tsx | 6 +++---
src/pages/home/index.tsx | 6 +++---
src/pages/index.tsx | 2 +-
src/pages/invitation/[[...id]].tsx | 6 +++---
src/pages/layout.tsx | 6 +++---
src/pages/legal/privacy.tsx | 2 +-
src/pages/legal/terms.tsx | 8 ++++----
src/pages/locations/[id]/[[...tab]].tsx | 6 +++---
src/pages/locations/index.tsx | 6 +++---
src/pages/organizations/[id]/index.tsx | 8 ++++----
src/pages/organizations/[id]/settings.tsx | 6 +++---
src/pages/organizations/index.tsx | 6 +++---
src/pages/settings/[[...section]].tsx | 6 +++---
src/pages/users/[username].tsx | 6 +++---
src/pages/verify/index.tsx | 2 +-
30 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/src/components/Error.tsx b/src/components/Error.tsx
index 0e7b006..5c77741 100644
--- a/src/components/Error.tsx
+++ b/src/components/Error.tsx
@@ -35,7 +35,7 @@ export default function Error({ statusCode }: { statusCode: string }) {
return (
<>
- {title} - Restrafes XCS
+ {title} - Amperra Wyre
{user ? (
- {`${user?.displayName || user?.name?.first}'s Profile`} - Restrafes XCS
+ {`${user?.displayName || user?.name?.first}'s Profile`} - Amperra Wyre
) : (
- {`Profile - Restrafes XCS`}
+ {`Profile - Amperra Wyre`}
)}
- This cannot be changed once set.
+ Universe ID will be automatically set once you insert the template into a published game and run it. This cannot be changed once set.
)}
diff --git a/src/components/nav/PlatformNav.tsx b/src/components/nav/PlatformNav.tsx
index feef614..a7301ae 100644
--- a/src/components/nav/PlatformNav.tsx
+++ b/src/components/nav/PlatformNav.tsx
@@ -376,7 +376,7 @@ export default function PlatformNav({ type, title }: { type?: string; title?: st
priority={true}
fill={true}
quality={64}
- alt={'Restrafes XCS'}
+ alt={'Amperra Wyre'}
style={{
objectFit: 'contain'
}}
@@ -529,7 +529,7 @@ export default function PlatformNav({ type, title }: { type?: string; title?: st
priority={true}
fill={true}
quality={50}
- alt={'Restrafes XCS'}
+ alt={'Amperra Wyre'}
style={{
objectFit: 'contain'
}}
diff --git a/src/components/settings/SettingsInvite.tsx b/src/components/settings/SettingsInvite.tsx
index 7cf5b9b..db00c93 100644
--- a/src/components/settings/SettingsInvite.tsx
+++ b/src/components/settings/SettingsInvite.tsx
@@ -67,7 +67,7 @@ export default function SettingsInvite() {
You have {currentUser?.platform?.invites || 0} referral credit{currentUser?.platform?.invites === 1 ? '' : 's'}.
- Who's a great addition to XCS? Invite them to join!
+ Who's a great addition to wyre? Invite them to join!
) : (
<>
- You have not linked your Roblox account. Please link one to use Restrafes XCS.
+ You have not linked your Roblox account. Please link one to use Amperra Wyre.
{
@@ -190,7 +190,7 @@ export default function SettingsLinkedAccounts() {
Discord
- Link your Discord account to Restrafes XCS to receive the XCS role on the{' '}
+ Link your Discord account to Amperra Wyre to receive the XCS role on the{' '}
R&C Community
.
diff --git a/src/components/settings/SettingsProfile.tsx b/src/components/settings/SettingsProfile.tsx
index 651ad40..605837f 100644
--- a/src/components/settings/SettingsProfile.tsx
+++ b/src/components/settings/SettingsProfile.tsx
@@ -146,7 +146,7 @@ export default function SettingsProfile() {
toast({
title: "You've been logged out.",
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',
duration: 9000,
isClosable: true
diff --git a/src/layouts/PlatformLayout.tsx b/src/layouts/PlatformLayout.tsx
index 94d7263..e347e28 100644
--- a/src/layouts/PlatformLayout.tsx
+++ b/src/layouts/PlatformLayout.tsx
@@ -106,7 +106,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{!user?.emailVerified && (
- {accessPoint?.name} - Restrafes XCS
+ {accessPoint?.name} - Amperra Wyre
- Activate Account - Restrafes XCS
+ Activate Account - Amperra Wyre
- Login - Restrafes XCS
+ Login - Amperra Wyre
<>
- What is Restrafes XCS?
+ What is Amperra Wyre?
- 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.
>
@@ -139,7 +139,7 @@ export default function Login() {
<>
What is my login?
- 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
xcs@restrafes.co for assistance.
diff --git a/src/pages/auth/reset/index.tsx b/src/pages/auth/reset/index.tsx
index 1079e5f..a936adb 100644
--- a/src/pages/auth/reset/index.tsx
+++ b/src/pages/auth/reset/index.tsx
@@ -38,10 +38,10 @@ export default function Recover() {
return (
<>
- Recover Account - Restrafes XCS
+ Recover Account - Amperra Wyre
- Event Logs - Restrafes XCS
+ Event Logs - Amperra Wyre
- Home - Restrafes XCS
+ Home - Amperra Wyre
- Home - Restrafes XCS
+ Home - Amperra Wyre
- Invitation - Restrafes XCS
+ Invitation - Amperra Wyre
{invite ? (
<>
- Privacy Policy - Restrafes XCS
+ Privacy Policy - Amperra Wyre
diff --git a/src/pages/legal/terms.tsx b/src/pages/legal/terms.tsx
index 4ff57e4..7d945c7 100644
--- a/src/pages/legal/terms.tsx
+++ b/src/pages/legal/terms.tsx
@@ -7,7 +7,7 @@ export default function Terms() {
return (
<>
- Terms of Use - Restrafes XCS
+ Terms of Use - Amperra Wyre
@@ -24,7 +24,7 @@ export default function Terms() {
- 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 wyre.ryj.my.id. By
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.
@@ -50,7 +50,7 @@ export default function Terms() {
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,
publish, transmit, distribute, publicly perform or display, sell or create derivative works of such
content.
@@ -100,7 +100,7 @@ export default function Terms() {
- 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.
diff --git a/src/pages/locations/[id]/[[...tab]].tsx b/src/pages/locations/[id]/[[...tab]].tsx
index 1d4984f..cd6fa93 100644
--- a/src/pages/locations/[id]/[[...tab]].tsx
+++ b/src/pages/locations/[id]/[[...tab]].tsx
@@ -135,14 +135,14 @@ export default function PlatformLocation() {
return (
<>
- {location?.name} - Restrafes XCS
+ {location?.name} - Amperra Wyre
- Locations - Restrafes XCS
+ Locations - Amperra Wyre
- {organization?.name} - Restrafes XCS
+ {organization?.name} - Amperra Wyre
- {organization?.name} - Restrafes XCS
+ {organization?.name} - Amperra Wyre
- Organizations - Restrafes XCS
+ Organizations - Amperra Wyre
- Settings - Restrafes XCS
+ Settings - Amperra Wyre
{user ? (
<>
@@ -68,7 +68,7 @@ export default function UserProfileNS({ user }: any) {
>
)}
diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx
index 5c5ff24..64603d8 100644
--- a/src/pages/verify/index.tsx
+++ b/src/pages/verify/index.tsx
@@ -142,7 +142,7 @@ export default function Verify() {
return (
<>
- Verification - Restrafes XCS
+ Verification - Amperra Wyre