Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update twitter handle #816

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/web/public/images/social/twitter.svg

This file was deleted.

3 changes: 3 additions & 0 deletions apps/web/public/images/social/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function Social() {
icon: <img width={16} height={16} alt="Github" src="images/social/github.svg" />,
},
{
link: "https://twitter.com/helixbridges",
icon: <img width={16} height={16} alt="Twitter" src="images/social/twitter.svg" />,
link: "https://x.com/helixofficialx",
icon: <img width={16} height={16} alt="X" src="images/social/x.svg" />,
},
{
link: "https://discord.gg/6XyyNGugdE",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && pnpm store prune && rm -rf .turbo node_modules",
"web": "pnpm --filter @helixbridge/web",
"build:web": "pnpm run build --filter @helixbridge/web",
"build:ui": "pnpm run build --filter @helixbridge/ui",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yaml}\"",
Expand Down
Loading