File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default function App() {
91
91
< a
92
92
href = "https://github.com/FuelLabs/fuel-connectors"
93
93
target = "_blank"
94
- className = "block pt-4 text-green-500/80 transition-colors hover:text-green-500"
94
+ className = "inline- block pt-4 text-green-500/80 transition-colors hover:text-green-500"
95
95
rel = "noreferrer"
96
96
>
97
97
Build your own wallet integration
Original file line number Diff line number Diff line change @@ -33,13 +33,8 @@ export default function Notification(props: Props) {
33
33
{ type === 'success' && 'Success' }
34
34
{ type === 'error' && 'Error' }
35
35
</ Toast . Title >
36
- < Toast . Close className = "" >
37
- < button
38
- type = "button"
39
- className = "rounded border border-zinc-500/10 bg-zinc-800 px-1.5 py-[1px] text-sm text-zinc-400"
40
- >
41
- Close
42
- </ button >
36
+ < Toast . Close className = "rounded border border-zinc-500/10 bg-zinc-800 px-1.5 py-[1px] text-sm text-zinc-400" >
37
+ Close
43
38
</ Toast . Close >
44
39
</ div >
45
40
< Toast . Description className = { clsx ( 'text-[15px] text-zinc-50/90' ) } >
You can’t perform that action at this time.
0 commit comments