From 2559a50042f8b719a270168fa25391466c0c5b1d Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Tue, 30 May 2023 03:27:34 +0300 Subject: [PATCH] explain there nothing upload to server and user can view files --- app.vue | 7 +++++-- nuxt.config.ts | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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', } },