Fix SiteTitle default tag prop
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
export let tag: string = 'h1'
|
export let tag: string = 'h1'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if tag === 'title'}
|
{#if tag === 'h1'}
|
||||||
<h1 class="site-title site-title--{variant}">
|
<h1 class="site-title site-title--{variant}">
|
||||||
<strong>Houses</strong>
|
<strong>Houses</strong>
|
||||||
<span>Of The</span>
|
<span>Of The</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user