File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/components/faucet/content Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" flex flex-col items-center justify-center text-center" >
3
3
<h2 class =" text-500 mt-8" >Faucet request successful</h2 >
4
4
<div class =" js-faucetsuccessdetail h-0 overflow-hidden" >
5
- <p class =" font-light text-grey-100 mt-6" >
6
- You can now check your faucet balance.<br /><a
7
- class =" text-light underline hover:text-grey-100 transition-colors ease-in-out"
8
- :href =" txLink"
9
- v-if =" txLink"
10
- >Transaction on GnoScan</a
11
- >.
12
- </p >
5
+ <p class =" font-light text-grey-100 mt-6" >You can now check your faucet balance.</p >
13
6
14
7
<Button text =" Done" class =" w-full mt-12" @click.prevent =" () => $emit('doneFaucet')" />
15
8
</div >
20
13
import Button from ' @/components/ui/Button.vue'
21
14
22
15
interface Props {
23
- txLink? : string
16
+ txLink? : string // TODO: add link
24
17
}
25
18
26
19
defineProps <Props >()
You can’t perform that action at this time.
0 commit comments