Add powered by netlify
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<Card title="Actions" isOpen={false}>
|
||||
<Card title="Actions" isOpen={true}>
|
||||
<div class="flex flex-wrap gap-2 m-2">
|
||||
{#if isClipboardAvailable()}
|
||||
<button class="action-btn w-full" on:click={onCopyClipboard}
|
||||
@@ -208,5 +208,8 @@
|
||||
<button class="btn btn-primary btn-md flex-auto" on:click={loadGist}> Load Gist </button>
|
||||
</label>
|
||||
</div>
|
||||
<div class="w-full flex items-center">
|
||||
<a class="link" href="https://netlify.com">This site is powered by Netlify</a>
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
let isOpen = true;
|
||||
let isOpen = false;
|
||||
</script>
|
||||
|
||||
<Card on:select={tabSelectHandler} bind:isOpen {tabs} title="History">
|
||||
|
||||
Reference in New Issue
Block a user