update text

This commit is contained in:
2026-07-10 14:38:08 +02:00
parent 3541c7d2f0
commit d7e1cbfb48
3 changed files with 5 additions and 6 deletions
@@ -26,7 +26,7 @@
<p class="text-sm font-semibold text-gray-100">Communication enabled</p>
<a
class="inline-flex items-center gap-1 text-xs text-gray-400 hover:text-gray-200 transition-colors"
href="https://github.com/bytedream/stream-bypass/tree/main?tab=readme-ov-file#ff2mpv-use-mpv-to-directly-play-streams"
href="https://github.com/bytedream/stream-bypass/tree/main?tab=readme-ov-file#ff2mpv"
target="_blank"
>
<Icon src={InformationCircle} size="0.85rem" />
@@ -83,7 +83,7 @@
<input
type="text"
bind:value={newDomainInput}
placeholder="Add custom domain…"
placeholder="Add domain…"
class="flex-1 min-w-0 text-xs bg-gray-900/60 border border-gray-700 rounded px-2 py-1 text-gray-100 placeholder:text-gray-500 focus:border-linux-mint-green focus:outline-none transition-colors"
onkeydown={(e) => {
if (e.key === 'Enter') onDomainAdd(newDomainInput).then(() => (newDomainInput = ''));