Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Reduce gap between footer items
Browse files Browse the repository at this point in the history
  • Loading branch information
kien-cavies committed May 12, 2024
1 parent 04e8956 commit 8928592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Document/PageFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function FooterLinkItem(props: {
icon: LucideIcon;
}) {
return (
<li className="flex items-center gap-3 text-f-300">
<li className="flex items-center gap-2 text-f-300">
<div className="flex items-center gap-2 font-medium">
<props.icon className="size-5" />
<span>{props.prefix}</span>
Expand Down

0 comments on commit 8928592

Please sign in to comment.