Link Update: Twitter to X Migration
This update ensures that external profile links reflect the platform's domain change from twitter.com to x.com.
Summary of Changes
- Updated the magicpatterns account link in the
Footer component to use x.com.
- Updated two ariakitjs references in the
AriakitHovercard component to use x.com.
- Retained some
twitter.com links (e.g., in the RadixHovercard component) to maintain backward compatibility or where relevant branding is still in use.
Footer Component
- <Link href="https://twitter.com/magicpatterns" target="_blank">
+ <Link href="https://x.com/magicpatterns" target="_blank">
<IconButton
variant="ghost"
color="cyan"
style={{ cursor: 'pointer' }}
>
<TwitterLogoIcon height="20" width="20" />
</IconButton>
</Link>
Link Update: Twitter to X Migration
This update ensures that external profile links reflect the platform's domain change from
twitter.comtox.com.Summary of Changes
Footercomponent to usex.com.AriakitHovercardcomponent to usex.com.twitter.comlinks (e.g., in theRadixHovercardcomponent) to maintain backward compatibility or where relevant branding is still in use.Footer Component