Skip to content

Commit

Permalink
fix:更换抠图图标,解决win不展示旧图标
Browse files Browse the repository at this point in the history
  • Loading branch information
pangxiaobin committed Aug 6, 2024
1 parent f7126bf commit b74e70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/Layout/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul class="mt-4">
<li class="py-2">
<router-link to="/aimatting" class="hover:underline flex items-center">
<i class="fa-regular fa-arrows-to-eye text-2xl mr-2"></i> {{ t('menu.ai_matting_name') }}
<i class="fa-solid fa-photo-film text-2xl mr-2"></i> {{ t('menu.ai_matting_name') }}
</router-link>
</li>
<li class="py-2">
Expand Down Expand Up @@ -43,7 +43,7 @@
<div class="mt-4">
<router-link to="/" :data-tip="t('menu.ai_matting_name')"
class="tooltip tooltip-right hover:underline flex items-center mb-4">
<i class="fa-regular fa-arrows-to-eye text-2xl "></i>
<i class="fa-solid fa-photo-film text-2xl "></i>
</router-link>
<router-link to="/ai-photo" :data-tip="t('menu.ai_photo_name')"
class="tooltip tooltip-right hover:underline flex items-center mb-4">
Expand Down

0 comments on commit b74e70b

Please sign in to comment.