add title to proplate

This commit is contained in:
Vipra 2023-08-01 14:03:33 +02:00
parent d2a992eea2
commit 70e9d20d8e
2 changed files with 1 additions and 2 deletions

View file

@ -215,7 +215,7 @@ async function addProplate(element) {
return;
}
proplate.innerText = pronouns;
//TODO?: alt text
proplate.title = pronouns;
proplate.classList.add("protoots-proplate");
if (contributorList.includes(accountName)) {
//i think you can figure out what this does on your own

View file

@ -4,7 +4,6 @@
border-radius: 0.25rem;
margin-left: 0.5rem;
display: inline-flex;
text-transform: lowercase;
animation: proplate-fadein 0.15s linear;
font-weight: 500;