Fix page name

This commit is contained in:
2025-02-16 10:24:47 +01:00
parent e535a85058
commit 77968e7619

View File

@ -11,7 +11,7 @@ defineProps<{
</script> </script>
<template> <template>
<Head title="Welcome" /> <Head :title="job.name" />
<JobCard :job="job" /> <JobCard :job="job" />