Skip to content

Commit

Permalink
chore: change qq link (#98)
Browse files Browse the repository at this point in the history
* chore: change qq link

* Update help.js

---------

Co-authored-by: hsluoyz <hsluoyz@qq.com>
  • Loading branch information
Selflocking and hsluoyz committed Jul 27, 2023
1 parent 41c3330 commit 19cb6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Expand Up @@ -150,7 +150,7 @@ module.exports = {
},
{
label: "QQ Group",
href: "https://qm.qq.com/cgi-bin/qm/qr?k=QKJ53gmeMj5BnnPsf23JasAQdmQF8yEl&jump_from=webapi",
href: "https://cdn.casdoor.com/casdoor/resource/built-in/admin/qq_casnode.png",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarItems/Community.js
Expand Up @@ -47,7 +47,7 @@ export default function DefaultNavbarItem({
return (
<>
<Comp
href="https://qm.qq.com/cgi-bin/qm/qr?k=QKJ53gmeMj5BnnPsf23JasAQdmQF8yEl&jump_from=webapi"
href="https://cdn.casdoor.com/casdoor/resource/built-in/admin/qq_casnode.png"
className="header-community-qq"
{...props}
activeClassName={
Expand Down
2 changes: 1 addition & 1 deletion src/pages/help.js
Expand Up @@ -22,7 +22,7 @@ function Help() {
</div>
<div className="col">
<h2><Translate>Tencent QQ</Translate></h2>
<Translate>You can contact us by joining the QQ group:</Translate> <a href="https://qm.qq.com/cgi-bin/qm/qr?k=QKJ53gmeMj5BnnPsf23JasAQdmQF8yEl&jump_from=webapi">555019739</a>.
<Translate>You can contact us by joining the QQ group:</Translate> <a href="https://cdn.casdoor.com/casdoor/resource/built-in/admin/qq_casnode.png">555019739</a>.
</div>
<div className="col">
<h2>Github</h2>
Expand Down

0 comments on commit 19cb6e0

Please sign in to comment.