Skip to content

Commit

Permalink
Merge pull request #90 from kleros/chore(web)/change-tg-link
Browse files Browse the repository at this point in the history
chore: change-tg-link
  • Loading branch information
jaybuidl authored May 13, 2024
2 parents 8a157c4 + 65e45e9 commit 8a20d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
"build": "yarn run build:scss && yarn run build:js",
"build:analyze": "source-map-explorer build/static/js/main.*"
},
"resolutions": {
"websocket": "https://github.com/frozeman/WebSocket-Node.git#browserifyCompatible",
"stylelint": "^9.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Footer = () => (
<a href="https://github.com/kleros"><Github /></a>
<a href="https://blog.kleros.io/"><Ghost /></a>
<a href="https://www.linkedin.com/company/kleros/"><LinkedIn /></a>
<a href="https://t.me/kleros"><Telegram/></a>
<a href="https://t.me/klerosescrow"><Telegram/></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8a20d31

Please sign in to comment.