Fix Photos grid bottom elements
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
</script>
|
||||
|
||||
{#if tag === 'button'}
|
||||
<button class={classes}>
|
||||
<button class={classes} on:click>
|
||||
<slot />
|
||||
{text}
|
||||
</button>
|
||||
{:else if tag === 'a'}
|
||||
<a href={url} class={classes}>
|
||||
<a href={url} class={classes} on:click>
|
||||
<slot />
|
||||
<span>{text}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user