Ditzzy AF
commited on
Commit
·
3366a57
1
Parent(s):
f937534
fix: Update link color in login footer to white for better visibility
Browse files- views/login.ejs +1 -1
views/login.ejs
CHANGED
|
@@ -261,7 +261,7 @@
|
|
| 261 |
|
| 262 |
<div class="footer">
|
| 263 |
<div>🔒 Secure connection established</div>
|
| 264 |
-
<div style="margin-top: 4px;">Made with ❤️ by <a href="//github.com/cv3inx">DitzzyAF</a></div>
|
| 265 |
</div>
|
| 266 |
</div>
|
| 267 |
|
|
|
|
| 261 |
|
| 262 |
<div class="footer">
|
| 263 |
<div>🔒 Secure connection established</div>
|
| 264 |
+
<div style="margin-top: 4px;">Made with ❤️ by <a href="//github.com/cv3inx" class="text-white">DitzzyAF</a></div>
|
| 265 |
</div>
|
| 266 |
</div>
|
| 267 |
|