get shortcut button

This commit is contained in:
CoolElectronics 2023-08-21 14:50:26 -04:00
parent c5e7e5354f
commit 9b03d3e086
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 52 additions and 2 deletions

View file

@ -6,6 +6,7 @@
DevWsTransport,
RTCTransport,
SignalFirebase,
downloadShortcut,
} from "client";
import {
Button,
@ -233,10 +234,16 @@
A fast and modern decentralized proxy network
</h2>
</div>
<div class="mt-5">
<div class="mt-5 flex justify-between">
<Button type="filled" on:click={() => (showTrackerList = true)}
>Start Browsing</Button
>
<Button
type="text"
on:click={() => {
downloadShortcut("adrift.html", "Homework");
}}>Get Shortcut</Button
>
</div>
</Card>
</div>