## Before It was possible to set the primary link as the... primary link. https://github.com/user-attachments/assets/a6ffefab-50c5-403e-9aa1-5acc08593168 ## After https://github.com/user-attachments/assets/494e45c4-de15-4b52-b71b-032a2ca77c35 - We display the bookmark icon for the first link if there is more than one link to show. (`index === 0 && links.length > 1`) - It's never possible to "Set as Primary" the first link (`index > 0`) - I introduced abstractions to make it easy to solve a similar issue for phones and emails fields (see https://github.com/twentyhq/twenty/issues/12268) - Wrote stories to document the current improper behavior of phones and emails fields