Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

fixed edit button ui bug and improved the UI #9406 #9813

Closed

Conversation

VineeTagarwaL-code
Copy link

Fixes Issue #9406

Closes #9406

Changes proposed

The Edit button of the first link seems to touch the Add Link button as well as the edit button seemed to overlap the DISPLAY NAME , both of the issues are fixed

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

After fixing

image

Before fixing

image

Note to reviewers

Please let me if there are further changes needed to be done , thank you #9406


VERCEL_PROJECT_ID=""
VERCEL_TEAM_ID=""
VERCEL_AUTH_TOKEN=""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this file is deleted?

Copy link
Member

@eddiejaoude eddiejaoude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. But this issue is assigned to someone else only a few days ago. So I will close your pull request. Please read our contributing guideline

#9406 (comment)

@@ -99,7 +99,7 @@ export default function UserLink({
);

return (
<div className="flex flex-row gap-8 w-full">
<div className="flex flex-row gap-8 w-full ">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the extra space for?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] No Space between add link and first link
2 participants