Files
stream-bypass/src/entrypoints/popup/pages/main/NoMatch.svelte
2025-11-08 16:30:42 +01:00

14 lines
395 B
Svelte

<div class="relative h-full">
<div class="h-full flex items-center justify-center">
<p class="text-[1.05rem]">No supported video found on this site</p>
</div>
<div class="absolute bottom-0.5">
<p class="text-xs text-gray-400">
Suggestions or bugs can be submitted <a
class="underline"
href="https://github.com/bytedream/stream-bypass/issues">here</a
>
</p>
</div>
</div>