Skip to content

Commit

Permalink
icon 修正 & テキスト変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nasubi-dev committed Oct 19, 2024
1 parent 5a15e0d commit 2091302
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/_auth/projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const Route = createFileRoute("/_auth/projects/")({
w="full"
>
<HStack>
<Icon icon="akar-icons:heart" />
おすすめ
<Icon icon="mdi:thumb-up" />
人気
</HStack>
</Button>
<Button
Expand All @@ -84,7 +84,7 @@ export const Route = createFileRoute("/_auth/projects/")({
w="full"
>
<HStack>
<Icon icon="akar-icons:fire" />
<Icon icon="mdi:chart-line-variant" />
急上昇
</HStack>
</Button>
Expand All @@ -98,8 +98,8 @@ export const Route = createFileRoute("/_auth/projects/")({
w="full"
>
<HStack>
<Icon icon="akar-icons:star" />
置き二位入り
<Icon icon="mdi:star-outline" />
お気に入り
</HStack>
</Button>
</VStack>
Expand Down

0 comments on commit 2091302

Please sign in to comment.