We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b75dc6 commit 57f4b95Copy full SHA for 57f4b95
frontend/src/lib/components/ui/UserTag.svelte
@@ -3,7 +3,7 @@
3
4
const ADMIN_LEVEL_MAP: Record<number, string[]> = {
5
0: ['User', 'bg-ctp-overlay2 text-ctp-crust'],
6
- 1: ['Administrator', 'bg-ctp-red-400 text-ctp-crust'],
+ 1: ['Admin', 'bg-ctp-red-400 text-ctp-crust'],
7
2: ['Owner', 'bg-ctp-mauve-400 text-ctp-crust']
8
};
9
</script>
0 commit comments