Skip to content

Commit e6780b3

Browse files
committed
linting fix
1 parent 878e407 commit e6780b3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/projects/[slug].astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ const { data } = entry;
2424
const { Content } = await render(entry);
2525
---
2626

27-
<Base title={`${data.title} · Carleton Computer Science Showcase`} description={data.description}>
27+
<Base
28+
title={`${data.title} · Carleton Computer Science Showcase`}
29+
description={data.description}
30+
>
2831
<a href="/projects" class="text-muted hover:text-accent text-sm"
2932
>&larr; All projects</a
3033
>

0 commit comments

Comments
 (0)