Skip to content

Commit

Permalink
Fix import icon (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Sep 8, 2020
1 parent f95a5b6 commit dc57043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
menuDrawer: null,
importBrowserBookmarksDialog: false,
drawerItems: [
{ title: this.getLocale('ImportBrowserBookmarks'), icon: 'fa-import', dialog: this.toggleImportBrowserBookmarksDialog }
{ title: this.getLocale('ImportBrowserBookmarks'), icon: 'fa-download', dialog: this.toggleImportBrowserBookmarksDialog }
],
inputTokenDialog: false
}
Expand Down

0 comments on commit dc57043

Please sign in to comment.