···2121 <div class="col-span-1 md:col-span-2">
2222 <h2 class="text-sm pb-2 uppercase font-bold">SSH Keys</h2>
2323 <p class="text-gray-500 dark:text-gray-400">
2424- SSH public keys added here will be broadcasted to knots that you are a member of,
2424+ SSH public keys added here will be broadcasted to knots that you are a member of,
2525 allowing you to push to repositories there.
2626 </p>
2727 </div>
···6363 hx-swap="none"
6464 class="flex flex-col gap-2"
6565>
6666- <p class="uppercase p-0">ADD SSH KEY</p>
6666+ <label for="key-name" class="uppercase p-0">
6767+ add ssh key
6868+ </label>
6769 <p class="text-sm text-gray-500 dark:text-gray-400">SSH keys allow you to push to repositories in knots you're a member of.</p>
6870 <input
6971 type="text"