update settings

This commit is contained in:
Triston Armstrong 2024-07-08 20:44:04 -05:00
parent 7757ab1ee4
commit 0934ae8f8e
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -18,7 +18,9 @@
<!-- HEADER -->
<header class="flex justify-center ">
<div class="w-full max-w-6xl flex justify-between">
<h1 class="font-bold text-white" onclick="goBackToHome()">Klectr<small class="text-blue-500">Bin</small></h1>
<h1 class="cursor-pointer font-bold text-white" onclick="goBackToHome()">Klectr<small
class="text-blue-500">Bin</small>
</h1>
</div>
</header>