Merge branch 'main' into feat/outlook-safelinks

This commit is contained in:
sharevb 2024-03-03 12:03:29 +01:00 committed by ShareVB
commit 113fbff2dd
9 changed files with 148 additions and 30 deletions

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['outlook', 'safelink', 'decoder'],
component: () => import('./safelink-decoder.vue'),
icon: Mailbox,
createdAt: new Date('2024-02-25'),
createdAt: new Date('2024-03-09'),
});