Skip to content

Commit 0b2d053

Browse files
authored
H-5894: Update X handle to hashai (#8215)
1 parent b6338db commit 0b2d053

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://github.com/hashintel/hash/blob/main/.github/SECURITY.md
55
about: Please see our security policy
66
- name: X
7-
url: https://x.com/hashintel
7+
url: https://x.com/hashai
88
about: Find us on X
99
- name: Get in touch
1010
url: https://hash.ai/contact

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ Please see [SECURITY](.github/SECURITY.md) for instructions around reporting iss
387387

388388
## [![a](/.github/assets/gh_icon_contact_20px-base.svg)][gh-contact]   Contact
389389

390-
Find us on 𝕏 at [@hashintel](https://x.com/hashintel), email [hey@hash.ai](mailto:hey@hash.ai), create a [discussion](https://github.com/orgs/hashintel/discussions), or open an [issue](https://github.com/hashintel/hash/issues/new/choose) for quick help and community support.
390+
Find us on 𝕏 at [@hashai](https://x.com/hashai), email [hey@hash.ai](mailto:hey@hash.ai), create a [discussion](https://github.com/orgs/hashintel/discussions), or open an [issue](https://github.com/hashintel/hash/issues/new/choose) for quick help and community support.
391391

392392
Project permalink: `https://github.com/hashintel/hash`

apps/hash-frontend/src/pages/index.page/shared/follow-us-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { XTwitterIcon } from "@hashintel/design-system";
33
import { Button } from "../../../shared/ui/button";
44

55
export const FollowUsButton = () => (
6-
<Button href="https://x.com/hashintel" variant="white_cta" size="small">
6+
<Button href="https://x.com/hashai" variant="white_cta" size="small">
77
Follow us for updates
88
<XTwitterIcon
99
sx={{ fill: ({ palette }) => palette.teal[60], fontSize: 14, ml: 1.2 }}

0 commit comments

Comments
 (0)