Skip to content

Commit

Permalink
further content / link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai committed Nov 4, 2024
1 parent f8bdedf commit 41d9f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/routes/students/(components)/CallToAction.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script>
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
import { classNames } from '$lib/utils/classnames';
const educationSignUp = `${PUBLIC_APPWRITE_DASHBOARD}/console/education`;
</script>

<div
Expand All @@ -19,7 +21,7 @@
Develop your developer skills with Appwrite Pro, join a vibrant community of
open-source contributors, and start building with a vast array of frameworks.
</p>
<a href={PUBLIC_APPWRITE_DASHBOARD} class="web-button mt-4 !w-full md:!w-fit">Sign up</a
<a href={educationSignUp} class="web-button mt-4 !w-full md:!w-fit">Sign up</a
>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/routes/students/(components)/GetStarted.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { classNames } from '$lib/utils/classnames';
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
const educationSignUp = `${PUBLIC_APPWRITE_DASHBOARD}/console/education`;
const items = [
Expand All @@ -15,7 +14,7 @@
{
label: 'Redeem your Cloud credits',
description:
'Create your Appwrite account and add a valid payment method. Once verified, your credits will be applied.',
'Create your Appwrite account through the Education program sign up page. Once verified, your credits will be applied.',
cta: { url: educationSignUp, label: 'Sign up' }
},
{
Expand Down

0 comments on commit 41d9f11

Please sign in to comment.