Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove Local Device from breadcrumbs
dnlklmn committed 2 years ago
commit 4e3de0f3785ab2aa1341ec387c6574d3b5598add
parent 1e712344a079e9f3498c371152b3df7ac39dea1c
1 file changed +1 -1
modified src/App/Header/Breadcrumbs/NodeSegment.svelte
@@ -17,6 +17,7 @@

<span class="segment">
  <Link
+
    title={isLocal(baseUrl.hostname) ? "Local Node" : undefined}
    style="display: flex; align-items: center; gap: 0.25rem;"
    route={{
      resource: "nodes",
@@ -27,7 +28,6 @@
    }}>
    {#if isLocal(baseUrl.hostname)}
      <IconSmall name="device" />
-
      Local Node
    {:else}
      <IconSmall name="globe" />
      {baseUrl.hostname}