Skip to content

Commit

Permalink
chore(user-profile): add id to user profile bio for better URL naviga…
Browse files Browse the repository at this point in the history
…tion (#931)

Because

- add id to user profile bio

This commit

- add id to user profile bio
  • Loading branch information
iamnamananand996 committed Feb 2, 2024
1 parent 14b42b0 commit 3bcd905
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/toolkit/src/view/settings/user/UserProfileTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ export const UserProfileTab = () => {
return (
<Form.Item>
<div className="flex flex-row justify-between">
<Form.Label className="product-body-text-3-semibold">
<Form.Label
className="product-body-text-3-semibold"
id="user-proifle-bio"
>
Bio
</Form.Label>
<p className=" text-semantic-fg-secondary product-body-text-4-regular">
Expand Down

0 comments on commit 3bcd905

Please sign in to comment.