feat: wordmark + progress-bar sheen, dark-violet svg base, readme refinements

This commit is contained in:
bairon.dev
2026-06-27 12:42:38 -04:00
parent ea12f2f134
commit 8a9886be9c
11 changed files with 211 additions and 43 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import type { Source, TorrentResult } from "../../sources/types";
type Mode = "list" | "search" | "detail";
const PLACEHOLDER = "Search, or paste a magnet…";
const PLACEHOLDER = "Search or paste a magnet link…";
function DetailRow({ label, value }: { label: string; value: ReactNode }) {
return (