File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import ChevronUp from './icons/ChevronUp.vue';
3333import Clock from ' ./icons/Clock.vue' ;
3434import Comment from ' ./icons/Comment.vue' ;
3535import Complete from ' ./icons/Complete.vue' ;
36+ import Content from ' ./icons/Content.vue' ;
3637import Dashboard from ' ./icons/Dashboard.vue' ;
3738import Declined from ' ./icons/Declined.vue' ;
3839import DecreaseTextSize from ' ./icons/DecreaseTextSize.vue' ;
@@ -122,7 +123,6 @@ import UsefulTipsPrimary from './icons/UsefulTipsPrimary.vue';
122123import User from ' ./icons/User.vue' ;
123124import View from ' ./icons/View.vue' ;
124125import Workflow from ' ./icons/Workflow.vue' ;
125- import Content from ' ./icons/Content.vue' ;
126126
127127const svgIcons = {
128128 Add,
@@ -152,6 +152,7 @@ const svgIcons = {
152152 Clock,
153153 Comment ,
154154 Complete,
155+ Content,
155156 Dashboard,
156157 Declined,
157158 DefaultDocument,
@@ -206,6 +207,7 @@ const svgIcons = {
206207 NotVisible,
207208 OpenReview,
208209 Orcid,
210+ OrcidUnauthenticated,
209211 Overdue,
210212 Paste,
211213 Payment,
@@ -240,8 +242,6 @@ const svgIcons = {
240242 User,
241243 View,
242244 Workflow,
243- OrcidUnauthenticated,
244- Content,
245245};
246246
247247const props = defineProps ({
You can’t perform that action at this time.
0 commit comments