Skip to content

Commit eb32797

Browse files
feat: add a notice to the login page
1 parent 222549b commit eb32797

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

views/login.tpl.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,15 @@
9292
</form>
9393

9494
<p style="padding-top: 2rem">
95-
if you are looking to signup for an account run the
96-
<i
97-
class="bg-secondary-secondary dark:bg-secondary-dark-secondary rounded-md p-1 pl-[0.4rem]"
98-
>/hackatime</i
95+
if you are looking to signup for an account go to
96+
<a
97+
href="https://hackatime.hackclub.com"
98+
class="text-text-secondary dark:text-text-dark-secondary hover:text-accent-secondary font-semibold text-sm"
9999
>
100-
command in slack and it will guide you through the process
100+
hackatime.hackclub.com
101+
</a>
102+
as it has replaced this version; if you know you really need
103+
to use this then talk to @krn on slack
101104
</p>
102105
</div>
103106
</main>

0 commit comments

Comments
 (0)