Skip to content

Commit

Permalink
chore: remove icon from contact links
Browse files Browse the repository at this point in the history
  • Loading branch information
vandreleal committed Jun 28, 2023
1 parent 76a4fa6 commit 5c4b8fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pretty-quick --staged
yarn pretty-quick --staged
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"url": "https://github.com/GetStream/stream-chat-docusaurus-cli/issues"
},
"homepage": "https://github.com/GetStream/stream-chat-docusaurus-cli#readme",
"prettier": {
"useTabs": false,
"singleQuote": true
},
"scripts": {
"build": "node --max_old_space_size=32000 node_modules/@docusaurus/core/bin/docusaurus build",
"clear": "docusaurus clear",
Expand Down
11 changes: 0 additions & 11 deletions src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,6 @@ const SiteNavbar = () => {
key={i}
>
<a href={href} target="_blank">
{contact && (
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
height="14"
viewBox="0 0 16 16"
fill="#000"
>
<path d="M1.3 3.7v-1c0-.4.3-.7.7-.7h12c.4 0 .7.3.7.7v10.6c0 .4-.3.7-.7.7H2a.7.7 0 01-.7-.7v-.6h12V4.9L8 9.7l-6.7-6zM0 6.7h3.3V8H0V6.7zM0 10h5.3v1.3H0V10z" />
</svg>
)}
{label}
</a>
</li>
Expand Down

0 comments on commit 5c4b8fc

Please sign in to comment.