Skip to content

Commit

Permalink
fix: remove qq group number (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Jul 30, 2023
1 parent 19cb6e0 commit f20434d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/pages/help.js
Expand Up @@ -14,19 +14,19 @@ function Help() {
<div className="row">
<div className="col">
<h2><Translate>Forum</Translate></h2>
<Translate>Discuss with maintainers or share your experience about Casnode on</Translate> <a href="https://forum.casbin.com"><Translate>Casnode Forum</Translate></a>.
<Translate>Discuss with maintainers or share your experience about Casnode on</Translate> <a href="https://forum.casbin.com" target="_blank" rel="noreferrer"><Translate>Casnode Forum</Translate></a>.
</div>
<div className="col">
<h2><Translate>Discord</Translate></h2>
<Translate>You can join the conversation on</Translate> <a href="https://discord.gg/d8dsAWgn43"><Translate>Discord</Translate></a> <Translate>for contributing help.</Translate>
<Translate>You can join the conversation on</Translate> <a href="https://discord.gg/d8dsAWgn43" target="_blank" rel="noreferrer"><Translate>Discord</Translate></a> <Translate>for contributing help.</Translate>
</div>
<div className="col">
<h2><Translate>Tencent QQ</Translate></h2>
<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>.
<Translate>You can contact us by joining the </Translate> <a href="https://cdn.casdoor.com/casdoor/resource/built-in/admin/qq_casnode.png" target="_blank" rel="noreferrer">QQ group</a>.
</div>
<div className="col">
<h2>Github</h2>
<Translate>At our</Translate> <a href="https://github.com/casbin/casnode"><Translate>GitHub repo</Translate></a><Translate>, browse and submit</Translate> <a href="https://github.com/casbin/casnode/issues">issues</a> <Translate>or</Translate> <a href="https://github.com/casbin/casnode/pulls">pull requests</a> <Translate>for bugs you find or any new features you may want implemented.</Translate>
<Translate>At our</Translate> <a href="https://github.com/casbin/casnode" target="_blank" rel="noreferrer"><Translate>GitHub repo</Translate></a><Translate>, browse and submit</Translate> <a href="https://github.com/casbin/casnode/issues" target="_blank" rel="noreferrer">issues</a> <Translate>or</Translate> <a href="https://github.com/casbin/casnode/pulls" target="_blank" rel="noreferrer">pull requests</a> <Translate>for bugs you find or any new features you may want implemented.</Translate>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.module.scss
Expand Up @@ -13,8 +13,9 @@ $ifm-radius: var(--ifm-global-radius);
text-align: center;
position: relative;
overflow: hidden;

// color: var(--ifm-font-color-base);
color: #E3E3E3;
color: #e3e3e3;
}

@media screen and (max-width: 966px) {
Expand Down

0 comments on commit f20434d

Please sign in to comment.