Skip to content

Commit cae02e8

Browse files
committed
fix weird joinuscta on projects/[project].astro
1 parent 1e76d58 commit cae02e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/projects/[project].astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ const { Content } = await render(project);
104104
{project.data.description}
105105
</div>
106106
<div class="prose mt-8 max-w-none"><Content /></div>
107-
<JoinUsCTA class="mt-8">
108-
ut.code(); で{project.data.title}を開発しませんか?
109-
</JoinUsCTA>
110107
</div>
111108
</main>
109+
<JoinUsCTA class="mt-8">
110+
ut.code(); で{project.data.title}を開発しませんか?
111+
</JoinUsCTA>
112112
</GlobalLayout>

0 commit comments

Comments
 (0)