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

Commit 3687bce

Browse files
committed
Autocheck and autolint
1 parent ab6ad5a commit 3687bce

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

src/layouts/About.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span class="highlight">wisdom.</span>
1010
</div>
1111
<div class="about_plot">
12-
<img src="assets/img/grid.png" alt="vector image" />
12+
<img src="assets/img/grid.png" alt="vector drawing" />
1313
</div>
1414
</div>
1515

src/layouts/Crystalline.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="crystalline">
22
<div class="pots">
3-
<img src="assets/img/grid.png" alt="vector image" />
3+
<img src="assets/img/grid.png" alt="vector drawing" />
44
</div>
55
<div class="title">crystalline structures</div>
66
<div class="content">

src/layouts/Hero.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,5 @@
112112
.hero_component h1 {
113113
font-size: 48px;
114114
}
115-
.hero_component button {
116-
width: 100%;
117-
}
118115
}
119116
</style>

src/views/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</header>
2828

2929
<script lang="ts" context="module">
30-
import { Navbar, Icon } from 'svelte-spectre';
30+
import { Navbar } from 'svelte-spectre';
3131
import { Logo } from '@/components/index';
3232
</script>
3333

0 commit comments

Comments
 (0)