Skip to content

Commit

Permalink
Chore: make widget fund ring logo a link
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 11, 2023
1 parent ea7f985 commit 2b6b67f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/components/FundRingWidget/Connected.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,11 @@
</button>
</form>

<p
<a
class="flex items-center justify-center gap-1 font-sans text-tag text-odd-green-500 text-center"
href="https://fundring.fission.app"
target="_blank"
>
Powered by <BrandLogoSmall /> Fund Ring
</p>
</a>
</div>
6 changes: 4 additions & 2 deletions src/components/FundRingWidget/Disconnected.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@
{/if}
</button>

<p
<a
class="flex items-center justify-center gap-1 font-sans text-tag text-odd-green-500 text-center"
href="https://fundring.fission.app"
target="_blank"
>
Powered by <BrandLogoSmall /> Fund Ring
</p>
</a>
</div>

0 comments on commit 2b6b67f

Please sign in to comment.