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!