Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix indentation
Alexis Sellier committed 4 years ago
commit 1d7f48329b701cd43e600567b903bbb48ad20a85
parent ad3ea18e4f7eeee4458a617a6d92d685c580699b
1 file changed +1 -1
modified src/Header.svelte
@@ -9,7 +9,7 @@
  import Connect from '@app/Connect.svelte';
  import type { Config } from '@app/config';
  import { Profile } from "@app/profile";
-
import Avatar from "./Avatar.svelte";
+
  import Avatar from "./Avatar.svelte";

  export let session: Session | null;
  export let config: Config;