1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

replaced an icon

This commit is contained in:
antelle 2020-11-25 21:07:07 +01:00
parent d56e50b29d
commit 01ceb6dc37
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const IconMap = [
'cog', 'cog',
'clipboard', 'clipboard',
'paper-plane', 'paper-plane',
'tv', 'address-card',
'bolt', 'bolt',
'inbox', 'inbox',
'save', 'save',

View File

@ -106,7 +106,7 @@ $fa-var-desktop: next-fa-glyph();
$fa-var-envelope: next-fa-glyph(); $fa-var-envelope: next-fa-glyph();
$fa-var-clipboard: next-fa-glyph(); $fa-var-clipboard: next-fa-glyph();
$fa-var-paper-plane: next-fa-glyph(); $fa-var-paper-plane: next-fa-glyph();
$fa-var-tv: next-fa-glyph(); $fa-var-address-card: next-fa-glyph();
$fa-var-inbox: next-fa-glyph(); $fa-var-inbox: next-fa-glyph();
$fa-var-save: next-fa-glyph(); $fa-var-save: next-fa-glyph();
$fa-var-hdd: next-fa-glyph(); $fa-var-hdd: next-fa-glyph();