mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
get shortcut button
This commit is contained in:
parent
c5e7e5354f
commit
9b03d3e086
2 changed files with 52 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue