Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Fix link for rinkeby
Browse files Browse the repository at this point in the history
Signed-off-by: Rūdolfs Ošiņš <[email protected]>
  • Loading branch information
rudolfs committed May 25, 2021
1 parent d236258 commit 81121ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/Screen/Org/Members.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import { Icon } from "ui/DesignSystem/Primitive";
import { List } from "ui/DesignSystem/Component";
// TODO(rudolfs): make the link go to
// `https://gnosis-safe.io/app/#/safes/${$orgMemberTabStore.gnosisSafeAddress}` for
// mainnet
</script>

<style>
Expand Down Expand Up @@ -66,7 +70,7 @@
</span>
<span class="address">
<a
href={`https://gnosis-safe.io/app/#/safes/${$orgMemberTabStore.gnosisSafeAddress}`}
href={`https://rinkeby.gnosis-safe.io/app/#/safes/${$orgMemberTabStore.gnosisSafeAddress}`}
class="typo-link">
{$orgMemberTabStore.gnosisSafeAddress}
</a>↗</span>
Expand Down

0 comments on commit 81121ef

Please sign in to comment.