Skip to content

Commit caca40c

Browse files
committed
chore: add docblock
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 38ec578 commit caca40c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Components/Request/SignerSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import svgSignal from '../../../img/logo-signal-app.svg?raw'
4747
const iconMap = {
4848
svgSignal,
4949
svgSms,
50+
// Workaround to rotate telegram icon. MDI does not provide a telegram icon.
5051
svgTelegram: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g transform="rotate(-45, 12, 12)"><path d="M2,21L23,12L2,3V10L17,12L2,14V21Z" /></g></svg>',
5152
svgWhatsapp,
5253
svgXmpp,

src/Components/RightSidebar/RequestSignatureTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const iconMap = {
128128
svgEmail,
129129
svgSignal,
130130
svgSms,
131+
// Workaround to rotate telegram icon. MDI does not provide a telegram icon.
131132
svgTelegram: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><g transform="rotate(-45, 12, 12)"><path d="M2,21L23,12L2,3V10L17,12L2,14V21Z" /></g></svg>',
132133
svgWhatsapp,
133134
svgXmpp,

0 commit comments

Comments
 (0)