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:
@@ -36,5 +36,5 @@ const merge = async () => {
|
||||
navigateTo(`/manga/${to}`);
|
||||
};
|
||||
|
||||
useHead({ title: `Merge ${manga.value?.name} with ${target.value?.name}` });
|
||||
useHead({ title: 'Confirm merge' });
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user