File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments