Add powered by netlify

This commit is contained in:
Sidharth Vinod
2021-09-05 16:30:18 +05:30
parent 0fd98ce271
commit 70ed3a4700
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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>
+1 -1
View File
@@ -83,7 +83,7 @@
}
});
let isOpen = true;
let isOpen = false;
</script>
<Card on:select={tabSelectHandler} bind:isOpen {tabs} title="History">