Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Sep 23, 2024
1 parent 88c6532 commit 8baf397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const projects = (await getCollection("projects")).sort(
const { Content } = await entry.render();
return (
<li>
<article>
<article class="flex flex-col gap-2">
<h3 class="text-lg font-semibold">
<a
target="_blank"
Expand All @@ -180,6 +180,8 @@ const projects = (await getCollection("projects")).sort(
{project.title.toLowerCase()}
</a>
</h3>

<div>TODO...</div>
</article>
</li>
);
Expand Down

0 comments on commit 8baf397

Please sign in to comment.