Skip to content

Conversation

@Aryan-Techie
Copy link
Contributor

Changes

  • Added 'essential' property to social media links configuration
  • Filter social links on the about page to show only essential ones
  • Updated content.tsx with essential flag for each social link

Description

This PR introduces a new feature that allows filtering social links on the about page. By setting essential: true on social links in the configuration, you can control which links appear on the about page while keeping all links available elsewhere (footer).

Usage

Set essential: true in the social link configuration to display it on the about page:

{
  name: "GitHub",
  icon: "github",
  link: "https://github.com/once-ui-system",
  essential: true,
}

@vercel
Copy link

vercel bot commented Oct 25, 2025

@Aryan-Techie is attempting to deploy a commit to the Dopler Team on Vercel.

A member of the Team first needs to authorize it.

@DovydasTEDS
Copy link

This feature could be nice, however, I wouldn't recommend adding the Instagram icon as it wouldn't be needed for this specific feature, but instead making a separate PR for it.

@Aryan-Techie
Copy link
Contributor Author

@DovydasTEDS I agree that the Instagram icon isn’t essential for this specific feature, but it’s intentionally included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants