Update Home.page.vue

This commit is contained in:
elibrody2 2023-11-06 18:01:26 -05:00 committed by GitHub
parent 0fc6f98041
commit 2e1656db94
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(); const toolStore = useToolStore();
useHead({ title: 'IT Tools - Handy online tools for developers' }); useHead({ title: 'Dev - IT Tools - Handy online tools for developers' });
const { t } = useI18n(); const { t } = useI18n();
</script> </script>