diff options
| author | Fuwn <[email protected]> | 2024-07-27 02:25:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 02:54:34 +0000 |
| commit | 8210aea56a622c97a80fd282ac68793a92c5cbd9 (patch) | |
| tree | 853b3fbf2372ef0edfaf2ddc05bded8b732776ad | |
| parent | docs(readme): add production usage information (diff) | |
| download | iptv-jp-browser-8210aea56a622c97a80fd282ac68793a92c5cbd9.tar.xz iptv-jp-browser-8210aea56a622c97a80fd282ac68793a92c5cbd9.zip | |
feat(page): reorder primary title
| -rw-r--r-- | src/routes/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0135ab7..b48122e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -37,7 +37,7 @@ target="_blank" class="channel-title-primary" > - {item.tvgId} ({item.groupTitle}) + [{item.groupTitle}] {item.name} </a> <br /> |