Skip to content

Commit

Permalink
feat: use uppercase for lab badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjellyrika authored and BastiDood committed Jul 11, 2024
1 parent d21a3dc commit 53faaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/users/Student.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span class="variant-ghost-tertiary badge text-xs">{lab}</span>
{/each}
{:else}
<span class="variant-ghost-primary badge text-xs">{lab_id}</span>
<span class="variant-ghost-primary badge text-xs uppercase">{lab_id}</span>
{/if}
</div>
</div>
Expand Down

0 comments on commit 53faaa5

Please sign in to comment.