mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
add the discover button :3
This commit is contained in:
parent
23ab483a7d
commit
73d728650b
1 changed files with 4 additions and 0 deletions
|
@ -848,6 +848,10 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
||||||
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
|
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-user"></i>
|
<i class="fa-light fa-user"></i>
|
||||||
Account
|
Account
|
||||||
|
</a>
|
||||||
|
<a href="/discover" style="text-decoration: none;" class="dropdown__item">
|
||||||
|
<i class="fa-light fa-compass"></i>
|
||||||
|
Discover Poke
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
||||||
|
|
Loading…
Reference in a new issue