diff --git a/src/config.json b/src/config.json index 08ac570..6d26afb 100644 --- a/src/config.json +++ b/src/config.json @@ -13,6 +13,7 @@ ], "staff": [ { "steamid": "76561198824911329", "color": "#c4bef3" }, + { "steamid": "76561198988489476", "color": "#490b7f" }, { "steamid": "76561198112219274", "color": "#e21884", "_comment": "lilyith" }, { "steamid": "76561198107316900", "color": "#e21884", "_comment": "alexcat" }, { "steamid": "76561198101686025", "color": "#ffe23f", "_comment": "bluddfang" }, diff --git a/src/lib/User.svelte b/src/lib/User.svelte index 3e10cc2..247ad71 100644 --- a/src/lib/User.svelte +++ b/src/lib/User.svelte @@ -5,13 +5,13 @@ {#await steam(steamid)} -
-
+
+

.

{:then { name, avatar }} -
- -

{name}

+
+ +

{name}

{/await}