mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Run prettier
This commit is contained in:
parent
16db1e897e
commit
5f353ddd82
1 changed files with 22 additions and 13 deletions
|
@ -13,26 +13,35 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card social-box border-2 border-gray w-1/4">
|
<div class="card social-box w-1/4 border-2 border-gray">
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
<div class="p-3 border-b border-gray">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://twitter.com/teaxyz"><i class="icon-twitter social-icon mr-3"></i>Twitter</a>
|
<a class="list-group-item" role="button" href="https://twitter.com/teaxyz"
|
||||||
|
><i class="icon-twitter social-icon mr-3" />Twitter</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 border-b border-gray">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://discord.gg/KCZsXfJphn"><i class="icon-discord social-icon mr-3"></i>Discord</a>
|
<a class="list-group-item" role="button" href="https://discord.gg/KCZsXfJphn"
|
||||||
|
><i class="icon-discord social-icon mr-3" />Discord</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 border-b border-gray">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://github.com/teaxyz"><i class="icon-github social-icon mr-3"></i>GitHub</a>
|
<a class="list-group-item" role="button" href="https://github.com/teaxyz"
|
||||||
|
><i class="icon-github social-icon mr-3" />GitHub</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 border-b border-gray">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://reddit.com/r/teaxyz"><i class="icon-reddit social-icon mr-3"></i>Reddit</a>
|
<a class="list-group-item" role="button" href="https://reddit.com/r/teaxyz"
|
||||||
|
><i class="icon-reddit social-icon mr-3" />Reddit</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 border-b border-gray">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://t.me/tea_xyz"><i class="icon-telegram social-icon mr-3"></i>Telegram</a>
|
<a class="list-group-item" role="button" href="https://t.me/tea_xyz"
|
||||||
|
><i class="icon-telegram social-icon mr-3" />Telegram</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue