mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix useHead
This commit is contained in:
@@ -39,5 +39,5 @@ const onDownloadClick = async () => {
|
||||
loading.value = false;
|
||||
};
|
||||
|
||||
useHead({ title: `Download ${manga.value?.name} from ${mangaConnector.value?.name}` });
|
||||
useHead({ title: 'Download Manga' });
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user