Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Re-style org not found page
Alexis Sellier committed 5 years ago
commit f50ec8e614d7fb1c3180fde48ac3ecb560a4bf31
parent e6f8edc3f6ec98d86b8f7b558c4774ce3e7965ca
2 files changed +5 -2
modified public/index.css
@@ -265,5 +265,5 @@ h3 {
}

p {
-
	margin: 0.5rem 0;
+
	margin: 1rem 0;
}
modified src/base/orgs/Profile.svelte
@@ -141,7 +141,10 @@
  {:else}
    <Modal subtle>
      <span slot="title">🏜️</span>
-
      <span slot="body">Sorry, <span class="highlight">{address}</span> does not resolve to an Org address.</span>
+
      <span slot="body">
+
        <p class="highlight"><strong>{address}</strong></p>
+
        <p>Sorry, there is no Org at this address.</p>
+
      </span>
      <span slot="actions">
        <button on:click={back}>
          Back