Skip to content

Commit 059103e

Browse files
committed
removed icon
1 parent 26b2047 commit 059103e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/presentation/pages/History.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
/>
3636
</template>
3737
<template #right>
38+
<!-- @todo Make button with icon Eye, it would be implemented in Codex icons 2.0 -->
3839
<Button
3940
secondary
40-
icon="Search"
4141
>
4242
{{ t('history.view') }}
4343
</Button>
@@ -48,7 +48,6 @@
4848
</div>
4949
</ThreeColsLayout>
5050
</template>
51-
<!-- @todo Make button with icon Eye, it would be implemented in Codex icons 2.0 -->
5251

5352
<script setup lang="ts">
5453
import { Heading, Container, Row, Avatar, Button } from 'codex-ui/vue';

0 commit comments

Comments
 (0)