Skip to content

Commit ab87709

Browse files
committed
style(HistoricalPanel): change logo to clock instead of search
1 parent cf698e0 commit ab87709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Panel/Item/HistoricalPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
* The default icon of this panel (see Icon component)
5050
*/
51-
@Prop({type: String, default: "search"}) icon!: string;
51+
@Prop({type: String, default: "clock"}) icon!: string;
5252
5353
/**
5454
* Get the historical of the user from the store

0 commit comments

Comments
 (0)