Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Apr 20, 2024
1 parent 15c5205 commit 25eab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Posts: FC = () => {
<div class="mt-16">
<ul class="mt-10">
{entries.map(([id, module]) => (
<li class="text-lg mt-2 md:mt-1">
<li key={id} class="text-lg mt-2 md:mt-1">
<span class="tabular-nums tnum">{module.frontmatter.date}: </span>
<br class="block md:hidden" />
<a
Expand Down

0 comments on commit 25eab76

Please sign in to comment.