Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't bold the badge
Alexis Sellier committed 4 years ago
commit 32fa5f13bd076ff1e22eeb3674f7f642adffd832
parent eb3579009589bc7b17e96cad8c2c2ec77de4c31d
1 file changed +4 -2
modified src/base/orgs/View.svelte
@@ -141,8 +141,10 @@
            <Avatar source={profile.avatar ?? address} />
          </div>
          <div class="info">
-
            <span class="title bold">
-
              {parseEnsLabel(profile.name, config) ?? address}
+
            <span class="title">
+
              <span class="bold">
+
                {parseEnsLabel(profile.name, config) ?? address}
+
              </span>
              {#if profile.name && profile.address === org.owner}
                <span class="badge">org</span>
              {/if}