Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove icon from Raw button on source
dnlklmn committed 2 years ago
commit 865afad13d7ac7afc11f3ee5b3836a5454293989
parent f833fc506e32e50d59a8cc730e40931639e899e4
1 file changed +1 -5
modified src/views/projects/Source/Blob.svelte
@@ -12,7 +12,6 @@
  import Button from "@app/components/Button.svelte";
  import File from "@app/components/File.svelte";
  import FilePath from "@app/components/FilePath.svelte";
-
  import IconSmall from "@app/components/IconSmall.svelte";
  import InlineMarkdown from "@app/components/InlineMarkdown.svelte";
  import Link from "@app/components/Link.svelte";
  import Markdown from "@app/components/Markdown.svelte";
@@ -220,10 +219,7 @@
        </Radio>
      {/if}
      <a href="{rawPath}/{blob.path}">
-
        <Button variant="gray-white">
-
          Raw
-
          <IconSmall name="arrow-box-up-right" />
-
        </Button>
+
        <Button variant="gray-white">Raw</Button>
      </a>
    </div>
  </svelte:fragment>