Skip to content

Commit

Permalink
color muted removed for better color contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
jpg619 committed Sep 11, 2024
1 parent aedbe5a commit 97f8e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Contributors = ({contributors = [], latestCommit}) => {
))}
</Box>
{latestCommit ? (
<Text sx={{fontSize: 1, color: 'fg.muted', mt: 1}}>
<Text sx={{fontSize: 1, mt: 1}}>
Last edited by <Link href={`https://github.com/${latestCommit.login}`}>{latestCommit.login}</Link> on{' '}
<Link href={latestCommit.url}>{format(new Date(latestCommit.date))}</Link>
</Text>
Expand Down

0 comments on commit 97f8e87

Please sign in to comment.