We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c718d1 commit 70d4b01Copy full SHA for 70d4b01
src/components/sections/links.tsx
@@ -20,7 +20,7 @@ interface LinksProps {
20
21
export default function LinksSection({ ...props }: LinksProps) {
22
return (
23
- <Section title="links" TitleIcon={LuLink} value="links">
+ <Section title="Links" TitleIcon={LuLink} value="links">
24
<Links {...props} />
25
</Section>
26
);
0 commit comments