diff --git a/app.vue b/app.vue index c1184f8..d5eb14a 100644 --- a/app.vue +++ b/app.vue @@ -203,8 +203,11 @@ function stepUp(path: string) { mdi-file Drag and Drop Compressed Files - - Review them securely. + + Extract and Explore compressed files online and securely. +

+ mdi-shield nothing leave your browser +

diff --git a/nuxt.config.ts b/nuxt.config.ts index af2922e..73ef8fd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -2,7 +2,7 @@ export default defineNuxtConfig({ app: { head: { - title: 'Extractify - Extract compressed files online and securely', + title: 'Extractify - Extract and Explore compressed files online and securely', titleTemplate: '%s - Extractify', } },