From 4a570e637b71fdb6578884e83661486211086f5a Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 3 Jul 2024 12:31:07 +0200 Subject: [PATCH] Update cloud softphone --- icons/cloud-softphone.svg | 2 +- icons/teams.svg | 2 +- src/Valkyrie.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icons/cloud-softphone.svg b/icons/cloud-softphone.svg index ddb43207..e635b384 100644 --- a/icons/cloud-softphone.svg +++ b/icons/cloud-softphone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/teams.svg b/icons/teams.svg index 86f6708c..93f7c9c4 100644 --- a/icons/teams.svg +++ b/icons/teams.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/Valkyrie.ts b/src/Valkyrie.ts index b54e8220..9540d3c9 100644 --- a/src/Valkyrie.ts +++ b/src/Valkyrie.ts @@ -564,7 +564,7 @@ export const viCloudSoftphone: { data: string; } = { name: 'cloud_softphone', - data: ``, + data: ``, }; export const viCode: { name: 'code'; @@ -1880,7 +1880,7 @@ export const viTeams: { data: string; } = { name: 'teams', - data: ``, + data: ``, }; export const viThumbstackSlash: { name: 'thumbstack_slash';