Skip to content

Commit

Permalink
Update twitter handle (#816)
Browse files Browse the repository at this point in the history
* Update twitter handle

* Fix web script not found

* Update twitter icon
  • Loading branch information
JayJay1024 authored Sep 6, 2024
1 parent 692f284 commit fb017d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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

0 comments on commit fb017d5

Please sign in to comment.