Skip to content

Commit a2a5d69

Browse files
committed
Update logo-and-repo.tsx
1 parent e7fdf01 commit a2a5d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/footer/logo-and-repo.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export function LogoAndRepo() {
2929
<span className="mx-2">-</span>
3030
<Link
3131
href={repo.lastCommit.url}
32-
className="mr-1 text-indigo-700 dark:text-indigo-400"
32+
className="mr-2 text-indigo-700 dark:text-indigo-400"
3333
title={repo.lastCommit.message}
3434
>
3535
<GrowingUnderline data-umami-event="repo-last-commit" className="flex items-center">
3636
{repo.lastCommit.abbreviatedOid}
3737
</GrowingUnderline>
3838
</Link>
39-
{/* <CommitStatus status={repo.lastCommit.status.state} /> */}
39+
<CommitStatus status={repo.lastCommit.status.state} />
4040
</>
4141
)}
4242
</div>
@@ -58,4 +58,4 @@ function CommitStatus({ status }: { status: CommitState }) {
5858
default:
5959
return null
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)