Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 68175ce

Browse files
authored
Sync with the main branch
1 parent 49be5e6 commit 68175ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/layouts/Hero.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Hero>
77
<h1>Metis is your new</h1>
88
<h1 class="text-primary">virtual materials lab</h1>
9-
<Button variant="secondary" size="xl">Download now</Button>
109
</Hero>
1110
</div>
1211
</Col>
@@ -24,7 +23,6 @@
2423
<Hero>
2524
<h1>Metis is your new</h1>
2625
<h1 class="text-primary">virtual materials lab</h1>
27-
<Button variant="secondary" size="xl">Download now</Button>
2826
</Hero>
2927
</div>
3028
</Col>
@@ -33,7 +31,7 @@
3331
</div>
3432

3533
<script lang="ts" context="module">
36-
import { Hero, Grid, Col, Button } from 'svelte-spectre';
34+
import { Hero, Grid, Col } from 'svelte-spectre';
3735
</script>
3836

3937
<script>

0 commit comments

Comments
 (0)