Skip to content

Commit 34c36b7

Browse files
committed
Fix
1 parent 3e0f788 commit 34c36b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/components/love-page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ function getBottomNavigation(user: User, lover: Lover | null | undefined) {
114114
{
115115
name: 'Profile',
116116
href: lover === null ? '/signup' : `/${user.username}`,
117+
icon: SolidHomeIcon,
117118
},
118119
{
119120
name: 'Messages',

0 commit comments

Comments
 (0)