Skip to content

Commit eeac279

Browse files
committed
cleanup
1 parent 808c886 commit eeac279

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/layouts/AboutLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
117117
</section>
118118
</BaseLayout>
119119

120-
<style>
120+
<style lang="scss">
121121
a {
122122
@apply text-type-magenta-dark;
123123
}

src/layouts/TextDetailLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import Image from "@components/Image/index.astro";
32
import Head from "@components/Head/index.astro";
43
import BaseLayout from "./BaseLayout.astro";
54
import type { CollectionEntry } from "astro:content";

0 commit comments

Comments
 (0)