Update Home.page.vue

This commit is contained in:
elibrody2 2023-11-06 19:31:09 -05:00 committed by GitHub
parent 54a14bc8ae
commit e8bdf95297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import { config } from '@/config';
const toolStore = useToolStore();
useHead({ title: 'Dev - IT Tools - Handy online tools for developers' });
useHead({ title: 'IT Tools - Handy online tools for developers' });
const { t } = useI18n();
</script>