update gen

This commit is contained in:
tree🌴 2024-03-06 18:59:11 +01:00
parent 69b9559dfe
commit 4e1f64a726
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ $: speaker = core.people.find(p => p.id === speakerSelected);
</div>
</div>
<div class="flex justify-center" style="margin-top: -2px;">
<div class="border-2 border-white py-1 px-2 bg-black">
<div class="border-2 border-white py-1 px-2 bg-black uppercase">
{speaker.name}
</div>
</div>