update gen

This commit is contained in:
tree🌴 2024-03-06 18:59:11 +01:00
parent 69b9559dfe
commit 4e1f64a726

View file

@ -185,7 +185,7 @@ $: speaker = core.people.find(p => p.id === speakerSelected);
</div> </div>
</div> </div>
<div class="flex justify-center" style="margin-top: -2px;"> <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} {speaker.name}
</div> </div>
</div> </div>