diff --git a/sites/geohub/src/components/header/UserAccount.svelte b/sites/geohub/src/components/header/UserAccount.svelte index 387a0fb4ba..33c64b5c33 100644 --- a/sites/geohub/src/components/header/UserAccount.svelte +++ b/sites/geohub/src/components/header/UserAccount.svelte @@ -37,7 +37,7 @@ class="signin-button initial-avator is-flex is-justify-content-center is-align-items-center has-background-grey-lighter" > {#each names as name} -
+
{name.slice(0, 1)}
{/each} @@ -114,10 +114,6 @@ width: 2.8rem; background-size: cover; background-repeat: no-repeat; - - .name { - font-size: large; - } } .settings-div {