Skip to content

Commit 444af1e

Browse files
committed
fix: a link tag area in notification follow item
1 parent 589fbe0 commit 444af1e

File tree

1 file changed

+3
-3
lines changed
  • packages/velog-web/src/features/notification/components/NotificationItem/FollowActionItem

1 file changed

+3
-3
lines changed

packages/velog-web/src/features/notification/components/NotificationItem/FollowActionItem/FollowActionItem.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ function FollowActionItem({ id, action, created_at, is_read, onClickNotification
5252
<span className={cx('time', 'nowrap')}>{time}</span>
5353
</p>
5454
</div>
55-
<div className={cx('button')}>
56-
<FollowButton followingUserId={actor_user_id} />
57-
</div>
5855
</Link>
56+
<div className={cx('button')}>
57+
<FollowButton followingUserId={actor_user_id} />
58+
</div>
5959
</li>
6060
)
6161
}

0 commit comments

Comments
 (0)