Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed May 3, 2024
1 parent 0db8897 commit 4cc7796
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ app.get('/server/config/:id', functions.subscriptionStatus, async (req, res) =>


app.get('/help', (req, res) => {
res.redirect('https://discord.com/channels/1210714138838568960/1210927599669485648')
res.redirect('https://discord.com/channels/1234582432196333729/1234582432708169814')
})


Expand Down
14 changes: 7 additions & 7 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img src="<%= host %>/public/img/logo-color-1.png">
</div>
<div id="fixed-menu-buttons">
<a href="/support" class="buttons-fixed-menu flex-center" id="buttons-support">Contato</a>
<a href="/help" class="buttons-fixed-menu flex-center" id="buttons-support">Contato</a>
<a href="" class="buttons-fixed-menu flex-center" id="buttons-login">Login</a>
</div>
</div>
Expand Down Expand Up @@ -122,7 +122,7 @@
<section id="comunity-section">
<div class="comunity-containners" id="left-comunity-containner">
<h1 class="comunity-titles">Comunidade SDK</h1>
<iframe id="discord-iframe" src="https://discord.com/widget?id=1210714138838568960&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<iframe id="discord-iframe" src="https://discord.com/widget?id=1234582432196333729&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="comunity-containners" id="rigth-comunity-containner">
<h1 class="comunity-titles">Bem-vindo a SDK</h1>
Expand Down Expand Up @@ -191,17 +191,17 @@
<div class="rigth-containners" id="sections-containner">
<p class="rigth-list-title">Sessões da página:</p>
<ul class="rigth-list" id="sections-list">
<a href=""><li class="rigth-itens">Inicio</li></a>
<a href=""><li class="rigth-itens">Planos</li></a>
<a href=""><li class="rigth-itens">Sobre</li></a>
<a href="#introduce-section"><li class="rigth-itens">Inicio</li></a>
<a href="#plans-section"><li class="rigth-itens">Planos</li></a>
<a href="#comunity-section"><li class="rigth-itens">Sobre</li></a>
</ul>
</div>
<div class="rigth-containners" id="others-containner">
<p class="rigth-list-title">Outros:</p>
<ul class="rigth-list" id="others-list">
<a href=""><li class="rigth-itens">Suporte</li></a>
<a href="/help"><li class="rigth-itens">Suporte</li></a>
<a href=""><li class="rigth-itens">Reviews</li></a>
<a href=""><li class="rigth-itens">Servidor Discord</li></a>
<a href="https://discord.gg/Z2SPFfHe79"><li class="rigth-itens">Servidor Discord</li></a>
</ul>
</div>
</div>
Expand Down

0 comments on commit 4cc7796

Please sign in to comment.