Skip to content

Commit 70d4b01

Browse files
authored
fix: title for links section (#173)
1 parent 2c718d1 commit 70d4b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface LinksProps {
2020

2121
export default function LinksSection({ ...props }: LinksProps) {
2222
return (
23-
<Section title="links" TitleIcon={LuLink} value="links">
23+
<Section title="Links" TitleIcon={LuLink} value="links">
2424
<Links {...props} />
2525
</Section>
2626
);

0 commit comments

Comments
 (0)