This commit is contained in:
tree 2022-04-30 07:00:38 +02:00
rodič a94df9de57
revize 09276af7fc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -14,7 +14,7 @@
let speakersWithoutTicket = null;
let selectedType = "all";
$: ticketTypes = {
const ticketTypes = {
all: { title: "Vše" },
organizator: { title: "Organizátor" },
speaker: { title: "Přednášející" },
@ -157,7 +157,7 @@
? "hover:bg-blue-500/10"
: "bg-yellow-400/20 hover:bg-yello-600/20"}
>
<td class="border-b font-bold">{claim.type}</td>
<td class="border-b font-bold">{ticketTypes[claim.type].title}</td>
<td class="border-b">
<a href={claim.linkInfo.url}>
<div class="inline-block align-middle">