Add Credits page with API data (as boilerplate)
This commit is contained in:
9
src/components/atoms/SiteTitle.svelte
Normal file
9
src/components/atoms/SiteTitle.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
export let variant: string = 'large'
|
||||
</script>
|
||||
|
||||
<h1 class="site-title site-title--{variant}">
|
||||
<strong class="site-title__pink">Houses</strong>
|
||||
<span>Of The</span>
|
||||
<strong class="site-title__pink">World</strong>
|
||||
</h1>
|
||||
Reference in New Issue
Block a user