Skip to content

Commit d3caca5

Browse files
committed
feat(ui): use better icons for the list of pages + clone page action
1 parent fa59dd1 commit d3caca5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Loading

app/frontend/editor/components/page/list/list-item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
class="flex items-center px-4 py-4 hover:bg-gray-100 transition-colors duration-200 focus:outline-none"
4141
@click.stop="clonePage"
4242
>
43-
<uikit-icon name="ri-file-copy-line" />
43+
<uikit-icon name="ri-shadow-line" />
4444
<span class="ml-2">{{ $t('page.list.item.clone') }}</span>
4545
</button>
4646
<button

app/frontend/editor/components/sidebar-nav/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<sidebar-nav-link
1212
routerLinkName="listPages"
1313
:active="isListPagesActive"
14-
iconName="ri-folders-line"
14+
iconName="ri-file-copy-line"
1515
:tooltipMessage="$t('sidebarNav.listPagesTooltip')"
1616
/>
1717
</li>

0 commit comments

Comments
 (0)