Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating cfp links to point to that.us #186

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_elements/links/StandardScroll.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<!-- svelte-ignore a11y-missing-attribute -->
<a
use:scrollto={href}
class="cursor-pointer rounded-md border-2 border-thatBlue-500 bg-white px-8 py-3 text-base
class="cursor-pointer whitespace-nowrap rounded-md border-2 border-thatBlue-500 bg-white px-8 py-2 text-base
font-medium leading-6 text-thatBlue-500 shadow
transition duration-150 ease-in-out hover:bg-thatBlue-500
hover:text-white focus:border-thatBlue-800 focus:bg-thatBlue-500
focus:text-white focus:outline-none focus:ring-thatBlue-500 md:px-10 md:py-4 md:text-lg">
focus:text-white focus:outline-none focus:ring-thatBlue-500 md:px-10 md:text-lg">
<span>
<slot />
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<div class="flex justify-center space-x-4 pt-12">
{#if showBecomeCounselorButt}
<div class="flex-none">
<StandardLink href={`/activities/create/?event=${event.id}`}>
Become a Counselor
<StandardLink href={`https://that.us/activities/create/?event=${event.id}`}>
Submit Abstracts
</StandardLink>
</div>
{/if}
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(root)/call-for-speakers/_components/cta.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a
href={`/activities/create/?event=${event.id}`}
href={`https://that.us/activities/create/?event=${event.id}`}
class="rounded-md border-2 border-transparent bg-thatOrange-400 px-8 py-3
text-base font-medium leading-6 text-white shadow
transition duration-150
ease-in-out hover:bg-thatOrange-500
focus:border-thatOrange-700 focus:outline-none focus:ring-that-orange md:px-10 md:py-4 md:text-lg">
Get Started
Submit Abstracts
</a>
</div>
</div>
Expand Down