···1818// RECORDTYPE: ActorProfile
1919type ActorProfile struct {
2020 LexiconTypeID string `json:"$type,const=sh.tangled.actor.profile" cborgen:"$type,const=sh.tangled.actor.profile"`
2121+ // avatar: Small image to be displayed next to posts from account. AKA, 'profile picture'
2222+ Avatar *util.LexBlob `json:"avatar,omitempty" cborgen:"avatar,omitempty"`
2123 // bluesky: Include link to this account on Bluesky.
2224 Bluesky bool `json:"bluesky" cborgen:"bluesky"`
2325 // description: Free-form profile description text.
···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"