chore: add comment

This commit is contained in:
Twig 2025-08-11 22:23:20 +02:00
parent ec5fca5d1b
commit 8dbab14c2e
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -17,6 +17,7 @@ const props = defineProps<{
}>();
let previewName = "";
// include the entire name if it's 3 chars or less, use the first char of the first 3 words otherwise
if (props.name.length > 3) {
let guildName: string[] = props.name.split(' ')
for (let i = 0; i < 3; i ++) {