We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222549b commit eb32797Copy full SHA for eb32797
views/login.tpl.html
@@ -92,12 +92,15 @@
92
</form>
93
94
<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
+ if you are looking to signup for an account go to
+ <a
+ href="https://hackatime.hackclub.com"
+ class="text-text-secondary dark:text-text-dark-secondary hover:text-accent-secondary font-semibold text-sm"
99
>
100
- command in slack and it will guide you through the process
+ 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
104
</p>
105
</div>
106
</main>
0 commit comments