From 703ea5eab27c5cde3475eb87c8f0335578973b44 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Wed, 6 Sep 2023 09:40:58 +0200 Subject: [PATCH] Update src/tools/wifi-qr-code-generator/index.ts --- src/tools/wifi-qr-code-generator/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/wifi-qr-code-generator/index.ts b/src/tools/wifi-qr-code-generator/index.ts index 3ef2b94b..ad0135c3 100644 --- a/src/tools/wifi-qr-code-generator/index.ts +++ b/src/tools/wifi-qr-code-generator/index.ts @@ -9,5 +9,5 @@ export const tool = defineTool({ keywords: ['qr', 'code', 'generator', 'square', 'color', 'link', 'low', 'medium', 'quartile', 'high', 'transparent', 'wifi'], component: () => import('./wifi-qr-code-generator.vue'), icon: Qrcode, - createdAt: new Date('2023-09-04'), + createdAt: new Date('2023-09-06'), });