mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:54:42 -05:00
add mastodon qwq
This commit is contained in:
parent
6cb5ea0ba1
commit
0f54d186d1
1 changed files with 8 additions and 2 deletions
|
@ -834,7 +834,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
||||||
<p id="fetch-count">
|
<p id="fetch-count">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a class="settings-icon" href="/game-hub"><i class="fa-light fa-gamepad-modern"></i>
|
<a class="settings-icon" href="https://social.poketube.fun/share?text=watch+<%= hostname %>/watch?v=<%=inv_vid.videoId%>+<%=inv_vid.title%>+on+poke!"><i class="fa-brands fa-mastodon"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i>
|
<a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i>
|
||||||
|
@ -846,10 +846,16 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
||||||
<label for="loggedout-dropdown">
|
<label for="loggedout-dropdown">
|
||||||
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-grid-2"></i>
|
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-grid-2"></i>
|
||||||
</label>
|
</label>
|
||||||
|
<div class="dropdown__menu" style="right: -1em;">
|
||||||
|
<a href="https://social.poketube.fun/share?text=watch+<%= hostname %>/watch?v=<%=inv_vid.videoId%>+<%=inv_vid.title%>+on+poke! " style="text-decoration: none;" class="dropdown__item">
|
||||||
|
<i class="fa-brands fa-mastodon"></i>
|
||||||
|
Share On PokeSocial!
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="dropdown__menu" style="right: -1em;">
|
<div class="dropdown__menu" style="right: -1em;">
|
||||||
<a href="/customize" style="text-decoration: none;" class="dropdown__item">
|
<a href="/customize" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-brush"></i>
|
<i class="fa-light fa-brush"></i>
|
||||||
Customize PokeTube
|
Customize Poke
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
|
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
|
||||||
|
|
Loading…
Reference in a new issue