From d2f7d2d1d032b43b0e81b26758eacc72803ff391 Mon Sep 17 00:00:00 2001 From: Simon Bordeyne <13538749+sbordeyne@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:03:43 +0200 Subject: [PATCH] Update src/tools/wifi-qr-code-generator/index.ts Co-authored-by: Corentin THOMASSET --- 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 b4fe39b3..3ef2b94b 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('2021-08-31'), + createdAt: new Date('2023-09-04'), });