Skip to content

Commit 57f4b95

Browse files
committed
admin looks better
1 parent 2b75dc6 commit 57f4b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/components/ui/UserTag.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
const ADMIN_LEVEL_MAP: Record<number, string[]> = {
55
0: ['User', 'bg-ctp-overlay2 text-ctp-crust'],
6-
1: ['Administrator', 'bg-ctp-red-400 text-ctp-crust'],
6+
1: ['Admin', 'bg-ctp-red-400 text-ctp-crust'],
77
2: ['Owner', 'bg-ctp-mauve-400 text-ctp-crust']
88
};
99
</script>

0 commit comments

Comments
 (0)