Skip to content

Link Data and Metadata to X #529

@OerdBej

Description

@OerdBej

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions