Skip to content

Commit 701ee9b

Browse files
add website link to welcome screen and add https:// to the selfservice link to make it look nicer (#80)
1 parent 49cfaf3 commit 701ee9b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

client/src/routes/+page.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@
3737
target="_blank"
3838
class="text-primary underline break-all"
3939
>
40-
selfservice.wit.edu/StudentRegistrationSsb/ssb/registrationHistory/registrationHistory
40+
https://selfservice.wit.edu/StudentRegistrationSsb/ssb/registrationHistory/registrationHistory
4141
</a>
4242
</li>
4343
<li>
4444
You can expand the extension sidebar by dragging the left edge to see more of your calendar.
4545
</li>
46+
<li>
47+
Check out our website for more info and support: <a href="https://calendar.witcc.dev" target="_blank" class="text-primary underline">https://calendar.witcc.dev</a>
48+
</li>
4649
</ul>
4750
</div>
4851
<div class="flex justify-center items-center peak">

0 commit comments

Comments
 (0)