Update html/watch.ejs

This commit is contained in:
ashley 2025-10-23 01:54:44 +02:00
parent 20cb8df258
commit e43db67db8

View File

@ -954,16 +954,17 @@ if your domain matches this code you are probably in poketube.fun owo:3
<div class="dropdown__menu" style="right: -1em;">
<!--
<a href="<%= config.mastodon_client_url %>/share?text=watch+<%=VideoData.title%>+by+<%=VideoData.author%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=VideoData.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-brands fa-mastodon"></i>
Share On <%= config.mastodon_client_server_name %>!
</a>
<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>
Customize Poke
</a>
-->
<a href="/account-create" style="text-decoration: none" class="dropdown__item">
<i class="fa-light fa-user"></i>
@ -973,14 +974,7 @@ My Poke
<i class="fa-light fa-compass"></i>
Discover Poke
</a>
<a href="/weather" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-cloud"></i>
Poke Weather
</a>
<a href="/translate" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-language"></i>
Poke Translate
</a>
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-grid-2"></i>
More From Poke </a>