feat: use file as icon for links widget
This commit is contained in:
parent
1d2b3af2ca
commit
eeb826a04b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { generate_route } from "./utils";
|
|||
|
||||
export default class LinksWidget extends Widget {
|
||||
constructor(opts) {
|
||||
opts.icon = 'calendar';
|
||||
opts.icon = opts.icon || 'file';
|
||||
super(opts);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue