datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://datahub.io/opensource
MIT License
2.19k stars 325 forks source link

Option to add social buttons in the nav bar / footer #1243

Closed olayway closed 3 weeks ago

olayway commented 1 month ago

Config option allowing users to add social icons with links in the nav bar and footer.

image

Acceptance

Notes

social field should follow the following shape:

type Social = Array<{
    href: string;
    label: "github" | "discord" | ... other options
}>
pranay911 commented 1 month ago

@olayway Can you please assign this issue to me ?

rufuspollock commented 1 month ago

@pranay911 as i wrote on discord

Welcome and great you want to contribute 🎉

Thanks for asking and I suggest you have a look at the current source for where discord icon comes from. Usually you can find these svg icons in a bunch of open source and free icon toolkits. have a quick google 😄

olayway commented 3 weeks ago

FIXED