Skip to content

Commit eb631f8

Browse files
committed
delete weird mt
1 parent 91db998 commit eb631f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/pages/members/[member].astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const articles = await getArticles({
3232
>
3333
<main class="w-full">
3434
<div
35-
class=""
3635
style={`background-color: ${member.data["theme-light"] ?? "#DCFCE7"};`}
3736
>
3837
<div
@@ -55,7 +54,7 @@ const articles = await getArticles({
5554
rel="noreferrer"
5655
aria-label="GitHubを見る"
5756
>
58-
<Icon name="feather:github" class="" />
57+
<Icon name="feather:github" />
5958
</a>
6059
)
6160
}

src/pages/projects/[...id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const { Content } = await render(project);
2626
focus={Focus.projects}
2727
image={project.data.image.src}
2828
>
29-
<main class="mt-36">
29+
<main>
3030
<div
3131
class="lg:mx-auto lg:flex lg:max-w-screen-lg lg:flex-row-reverse lg:items-center lg:gap-4 lg:px-4 lg:py-12"
3232
>

0 commit comments

Comments
 (0)