Summary
SocialButtons renders all four platforms (Instagram, X, LinkedIn, Discord) but only X is active. The other three show as disabled until URLs are added to lib/site.ts.
What to build
Once official URLs are confirmed:
- Add
instagram, linkedin, and discord to siteConfig.social in lib/site.ts
- Verify
components/landing/social-buttons.tsx activates all buttons automatically
- Update README with social links section
- Optional: add social links to footer Resources column
Placeholder (update before PR)
social: {
x: "https://x.com/z_core_",
instagram: "TBD",
linkedin: "TBD",
discord: "TBD",
}
Acceptance criteria
Files
lib/site.ts
components/landing/social-buttons.tsx
README.md
How to contribute
- Comment with the URLs you will use (or ask maintainers)
- Fork → branch (
feat/social-urls)
- PR with
Closes #16
Part of the GrantFox OSS program.
Summary
SocialButtonsrenders all four platforms (Instagram, X, LinkedIn, Discord) but only X is active. The other three show as disabled until URLs are added tolib/site.ts.What to build
Once official URLs are confirmed:
instagram,linkedin, anddiscordtositeConfig.socialinlib/site.tscomponents/landing/social-buttons.tsxactivates all buttons automaticallyPlaceholder (update before PR)
Acceptance criteria
site.tsundefinedFiles
lib/site.tscomponents/landing/social-buttons.tsxREADME.mdHow to contribute
feat/social-urls)Closes #16