From 9dd18aabf2b90b2bb764da6c59b9fb36cf729b7e Mon Sep 17 00:00:00 2001 From: Brett Slaski Date: Fri, 15 Sep 2023 20:46:14 -0500 Subject: [PATCH] chore: additinal that.us to thatconference.com reference updates --- .all-contributorsrc | 18 ++++-------------- .../thatConference/MobileNavHat.svelte | 6 +++--- src/lib/config.private.js | 2 +- src/lib/config.public.js | 2 +- src/lib/ical.js | 4 ++-- .../orders/_components/_Prerequisites.svelte | 2 +- src/routes/(root)/orders/success/+page.svelte | 6 +++--- .../orders/success/claim-ticket/+page.svelte | 4 ++-- .../(root)/sponsorships/prospectus/+page.js | 2 +- .../(root)/support/sponsors/forms/+page.svelte | 2 +- .../support/transfer-a-ticket/+page.svelte | 8 ++++---- .../[event]/[date]/+layout.svelte | 2 +- src/routes/(that conferences)/+layout.svelte | 2 +- src/routes/+layout.svelte | 2 +- 14 files changed, 26 insertions(+), 36 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f0db420..ee379fd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,7 +1,5 @@ { - "files": [ - "README.md" - ], + "files": ["README.md"], "imageSize": 100, "commit": false, "contributors": [ @@ -10,26 +8,18 @@ "name": "Clark Sell", "avatar_url": "https://avatars1.githubusercontent.com/u/772569?v=4", "profile": "http://unspecified.io", - "contributions": [ - "code", - "content", - "design" - ] + "contributions": ["code", "content", "design"] }, { "login": "brettski", "name": "Brett Slaski", "avatar_url": "https://avatars3.githubusercontent.com/u/473633?v=4", "profile": "http://blog.brettski.com", - "contributions": [ - "code", - "infra", - "maintenance" - ] + "contributions": ["code", "infra", "maintenance"] } ], "contributorsPerLine": 7, - "projectName": "that.us", + "projectName": "thatconference.com", "projectOwner": "ThatConference", "repoType": "github", "repoHost": "https://github.com", diff --git a/src/_components/navigation/thatConference/MobileNavHat.svelte b/src/_components/navigation/thatConference/MobileNavHat.svelte index 7db975f..78090c4 100644 --- a/src/_components/navigation/thatConference/MobileNavHat.svelte +++ b/src/_components/navigation/thatConference/MobileNavHat.svelte @@ -3,11 +3,11 @@
-
+ diff --git a/src/lib/config.private.js b/src/lib/config.private.js index 6c35429..487a155 100644 --- a/src/lib/config.private.js +++ b/src/lib/config.private.js @@ -7,7 +7,7 @@ function configMissing(configKey) { export const securityConfig = () => { const config = { - baseURL: env.AUTH0_BASE_URL || 'https://that.us', + baseURL: env.AUTH0_BASE_URL || 'https://thatconference.com', clientSecret: env.AUTH0_CLIENT_SECRET || configMissing('AUTH0_CLIENT_SECRET'), secret: env.AUTH0_SECRET || configMissing('AUTH0_CLIENT_SECRET') }; diff --git a/src/lib/config.public.js b/src/lib/config.public.js index cb9c6a1..7674b1e 100644 --- a/src/lib/config.public.js +++ b/src/lib/config.public.js @@ -25,7 +25,7 @@ export default { export const securityConfig = () => { const config = { clientID: env.PUBLIC_AUTH0_CLIENT_ID || configMissing('PUBLIC_AUTH0_CLIENT_ID'), - baseURL: env.PUBLIC_AUTH0_BASE_URL || `https://that.us`, + baseURL: env.PUBLIC_AUTH0_BASE_URL || `https://thatconference.com`, issuerBaseURL: `https://auth.that.tech`, authorizationParams: { diff --git a/src/lib/ical.js b/src/lib/ical.js index 87ede96..f0ebaff 100644 --- a/src/lib/ical.js +++ b/src/lib/ical.js @@ -1,7 +1,7 @@ import ical from 'ical-generator'; // https://github.com/sebbo2002/ical-generator import dayjs from 'dayjs'; -const domain = 'that.us'; +const domain = 'thatconference.com/'; function icalWrapper(title) { const cal = ical({ domain, name: title }); @@ -14,7 +14,7 @@ function icalWrapper(title) { end: dayjs(activity.startTime).add(activity.durationInMinutes, 'minutes').toDate(), summary: activity.title, description: activity.shortDescription, - location: 'THAT.us', + location: 'THAT Conference', url: `https://thatconference.com/activities/${activity.id}` }); diff --git a/src/routes/(root)/orders/_components/_Prerequisites.svelte b/src/routes/(root)/orders/_components/_Prerequisites.svelte index b827782..b95977e 100644 --- a/src/routes/(root)/orders/_components/_Prerequisites.svelte +++ b/src/routes/(root)/orders/_components/_Prerequisites.svelte @@ -134,7 +134,7 @@ To fully complete this purchase, upon continue we will redirect your browser to https://checkout.stripe.com. This is our credit card processor, Stripe. It's here where you will enter your payment details, and finalize this order. Once completed you will be - redirected back to THAT.us. + redirected back to thatconference.com.

{/if} diff --git a/src/routes/(root)/orders/success/+page.svelte b/src/routes/(root)/orders/success/+page.svelte index 59a78d0..bb35d06 100644 --- a/src/routes/(root)/orders/success/+page.svelte +++ b/src/routes/(root)/orders/success/+page.svelte @@ -124,9 +124,9 @@

Action Required - You have unallocated tickets.

You've purchased multiple tickets, and some or all of those tickets now need to be - allocated to someone. To gain access, that someone has to have a valid account on THAT.us. - You need that user's email address to assign the ticket. Once assigned, THAT.us will - contact them and take care of the rest. + allocated to someone. To gain access, that someone has to have a valid account on + thatconference.com. You need that user's email address to assign the ticket. Once + assigned, thatconference.com will contact them and take care of the rest.

{#if targetLocations.includes('AT')}

diff --git a/src/routes/(root)/orders/success/claim-ticket/+page.svelte b/src/routes/(root)/orders/success/claim-ticket/+page.svelte index 31981a6..0d848e0 100644 --- a/src/routes/(root)/orders/success/claim-ticket/+page.svelte +++ b/src/routes/(root)/orders/success/claim-ticket/+page.svelte @@ -56,8 +56,8 @@

- Visit https://sponsor.that.us for a one-stop resource for - your sponsorship. It contains links to lead generation, a sponsor handbook and many other important + Visit https://sponsor.thatconference.com for a one-stop resource + for your sponsorship. It contains links to lead generation, a sponsor handbook and many other important resources.

diff --git a/src/routes/(root)/sponsorships/prospectus/+page.js b/src/routes/(root)/sponsorships/prospectus/+page.js index 0f91a53..73bfd72 100644 --- a/src/routes/(root)/sponsorships/prospectus/+page.js +++ b/src/routes/(root)/sponsorships/prospectus/+page.js @@ -1,5 +1,5 @@ import { redirect } from '@sveltejs/kit'; export async function load() { - throw redirect(302, `https://sponsorships.that.us`); + throw redirect(302, `https://sponsorships.thatconference.com`); } diff --git a/src/routes/(root)/support/sponsors/forms/+page.svelte b/src/routes/(root)/support/sponsors/forms/+page.svelte index 5d6507c..773f8fe 100644 --- a/src/routes/(root)/support/sponsors/forms/+page.svelte +++ b/src/routes/(root)/support/sponsors/forms/+page.svelte @@ -239,7 +239,7 @@

diff --git a/src/routes/(root)/support/transfer-a-ticket/+page.svelte b/src/routes/(root)/support/transfer-a-ticket/+page.svelte index 0be5967..6729a49 100644 --- a/src/routes/(root)/support/transfer-a-ticket/+page.svelte +++ b/src/routes/(root)/support/transfer-a-ticket/+page.svelte @@ -49,10 +49,10 @@

- Transferring is easy, just enter a valid THAT.us account profile email address and click - transfer. The page will inform you if the email address is not found. Check with the person - you are transferring the ticket to for the email address they're using in their profile (Note: Their profile email address may be different than their login email address) + Transferring is easy, just enter a valid THAT Conference account profile email address and + click transfer. The page will inform you if the email address is not found. Check with the + person you are transferring the ticket to for the email address they're using in their profile + (Note: Their profile email address may be different than their login email address)

diff --git a/src/routes/(that conference online)/[event]/[date]/+layout.svelte b/src/routes/(that conference online)/[event]/[date]/+layout.svelte index e6fe7ba..1fdc38b 100644 --- a/src/routes/(that conference online)/[event]/[date]/+layout.svelte +++ b/src/routes/(that conference online)/[event]/[date]/+layout.svelte @@ -14,7 +14,7 @@ location: [ { '@type': 'VirtualLocation', - url: `https://thatconference.com/events/${event.slug}` + url: `https://that.us/events/${event.slug}` } ], image: [event.logo], diff --git a/src/routes/(that conferences)/+layout.svelte b/src/routes/(that conferences)/+layout.svelte index 9924d95..15b08ae 100644 --- a/src/routes/(that conferences)/+layout.svelte +++ b/src/routes/(that conferences)/+layout.svelte @@ -37,7 +37,7 @@ organizer: { '@type': 'Organization', name: 'THAT Conference', - url: 'https://that.us' + url: 'https://thatconference.com' } }; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index dcf50d7..c67de20 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -60,7 +60,7 @@ messages.update((m) => [ ...m, { - message: '🙌 We shipped again! 🎉 Check out newest features on THAT.us!!!', + message: '🙌 We shipped again! 🎉 Check out newest features on thatconference.com!!!', url: '/releases/changelog-missed' } ]);