✨ Added Donate button to navbar
This commit is contained in:
@@ -8,11 +8,14 @@
|
||||
export let flex = false;
|
||||
|
||||
export let href: undefined | string = undefined;
|
||||
|
||||
export let target: undefined | string = '_self';
|
||||
</script>
|
||||
|
||||
{#if href}
|
||||
<a
|
||||
{href}
|
||||
{target}
|
||||
class="text-black hover:bg-opacity-80 w-full px-4 py-2 leading-5 text-black transition-all duration-200 transform bg-[#B07156] rounded text-center focus:outline-none disabled:cursor-not-allowed disabled:opacity-50 outline-none"
|
||||
on:click
|
||||
class:flex
|
||||
|
||||
Reference in New Issue
Block a user