Skip to content

Commit

Permalink
Fix: embedded widget and add branding to fund route
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 14, 2023
1 parent 32cab7b commit 47ed842
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 55 deletions.
19 changes: 19 additions & 0 deletions src/routes/fund/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
<script lang="ts">
import Divider from '$components/common/Divider.svelte'
import BlockIcon from '$components/icons/Block.svelte'
import PaperIcon from '$components/icons/Paper.svelte'
import ScissorsIcon from '$components/icons/Scissors.svelte'
</script>

<svelte:head>
<script src={`${window.location.origin}/fund-ring-widget.js`}></script>
</svelte:head>

<Divider align="right" size="small" />

<h1 class="text-3xl pt-8 pb-10">
<span class="text-red-500">BLOCK</span><br/>
<span class="text-green-500">PAPER</span><br/>
<span class="text-blue-500">SCISSORS</span>
</h1>

<Divider size="medium" />

<div class="mb-10"></div>

<fund-ring-widget
contractAddress="0xA369Ae5472c0F6E78BaBb73Baa624a5F694DEe51"
title="Help fund the SLW RK'D!"
Expand Down
108 changes: 54 additions & 54 deletions static/fund-ring-widget.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/fund-ring-widget.js.map

Large diffs are not rendered by default.

0 comments on commit 47ed842

Please sign in to comment.