Problem
Currently when trying to customize the <MinimalFooter> by adding socialLinks, the order has no effect and seems predefined.
<MinimalFooter
socialLinks={['linkedin', 'instagram', 'youtube', 'x', 'tiktok', 'twitch', 'github']}
>
Suggestion
It would be nice if the order in the socialLinks array would honor the order how the icons appear. So that for example it could match the order of https://github.com/home
This came up in https://github.com/github/githubuniverse.com/issues/2176 (internal)