mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:14:38 -05:00
fix stuff
This commit is contained in:
parent
c92caf80c5
commit
4bb8d742da
1 changed files with 4 additions and 4 deletions
|
@ -1111,7 +1111,7 @@ margin-left: auto;
|
|||
|
||||
<a class="tab active">Popular</a>
|
||||
|
||||
<a href="/app" class="tab Activw">Trends</a>
|
||||
<a href="/app" class="tab active">Trends</a>
|
||||
</div>
|
||||
<% } %>
|
||||
<% if (!tab) { %>
|
||||
|
@ -1195,9 +1195,9 @@ Privacy
|
|||
|
||||
|
||||
<% if (tab == "search") { %>
|
||||
<a href="/app"><-- </a><br>
|
||||
<a href="/app"><-- go back </a><br>
|
||||
<span>
|
||||
Search morbillion amount of videos from poketube !!
|
||||
Search videos on poke !!
|
||||
</span>
|
||||
<div class=search>
|
||||
|
||||
|
@ -1232,7 +1232,7 @@ Privacy
|
|||
|
||||
<div class="video-grid" style="background-color: var(--app-background);margin-top: -4em;">
|
||||
<span style="margin-bottom: -8em;margin-top: 8px;">
|
||||
<%=j.Search.estimatedResults.toLocaleString()%> Results (estimated)
|
||||
<%=j.Search.estimatedResults.toLocaleString()%> Results
|
||||
</span>
|
||||
<% j.Search.Results.Video.forEach(x => { %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue