File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 32
32
class =" flex items-center"
33
33
>
34
34
{{ item.name }}
35
- <NeoIcon
36
- icon = " arrow-up -right"
35
+ <Icon
36
+ name = " i-mdi: arrow-top -right"
37
37
class =" ml-1 text-k-grey"
38
38
/>
39
39
</a >
66
66
class =" flex items-center"
67
67
>
68
68
{{ item.name }}
69
- <NeoIcon
70
- icon = " arrow-up -right"
69
+ <Icon
70
+ name = " i-mdi: arrow-top -right"
71
71
class =" ml-1 text-k-grey"
72
72
/>
73
73
</a >
101
101
class =" flex items-center"
102
102
>
103
103
{{ item.name }}
104
- <NeoIcon
105
- icon = " arrow-up -right"
104
+ <Icon
105
+ name = " i-mdi: arrow-top -right"
106
106
class =" ml-1 text-k-grey"
107
107
/>
108
108
</a >
112
112
class =" flex items-center"
113
113
>
114
114
{{ item.name }}
115
- <NeoIcon
115
+ <Icon
116
116
v-if =" item.highlight"
117
- icon =" sparkle"
118
- pack =" fasr"
117
+ name =" i-mdi:star-four-points"
119
118
class =" text-k-primary text-xl ml-1"
120
119
/>
121
120
</nuxt-link >
143
142
class =" flex items-center"
144
143
>
145
144
{{ item.name }}
146
- <NeoIcon
147
- icon = " arrow-up -right"
145
+ <Icon
146
+ name = " i-mdi: arrow-top -right"
148
147
class =" ml-1 text-k-grey"
149
148
/>
150
149
</a >
163
162
</template >
164
163
165
164
<script lang="ts" setup>
166
- import { NeoIcon } from ' @kodadot1/brick'
167
-
168
165
interface Menu {
169
166
name: string
170
167
url: string
You can’t perform that action at this time.
0 commit comments