mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 07:34:38 -05:00
add no connections found message :3
This commit is contained in:
parent
2a8c774775
commit
c2a8fffddd
1 changed files with 8 additions and 3 deletions
|
@ -1212,12 +1212,17 @@ display: block; !important;" autoplay controls
|
||||||
<% if (!discord) { %>
|
<% if (!discord) { %>
|
||||||
<% if (!reddit) { %>
|
<% if (!reddit) { %>
|
||||||
<% if (!twitch) { %>
|
<% if (!twitch) { %>
|
||||||
<span>No connections</span>
|
|
||||||
<% } %>
|
<% if (!instagram) { %>
|
||||||
|
<div style="margin-left: -131px;margin-top: 10px;">
|
||||||
|
Nyo connections found on the description ;_; <a href="https://codeberg.org/ashley/poketube/issues/"> report a issue lol </a>
|
||||||
|
</div>
|
||||||
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% } %>
|
<% } %> <% } %>
|
||||||
|
|
||||||
|
|
||||||
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
|
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
|
||||||
<% if (twitter) { %>
|
<% if (twitter) { %>
|
||||||
|
|
Loading…
Reference in a new issue