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