Skip to content

Commit

Permalink
Fixed overlapping buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dalvishruti14 committed Oct 5, 2024
1 parent e6f56e3 commit 2333f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Sidebar() {
target="_blank"
rel="noreferrer"
>
<button className="mr-4 inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
<button className="mb-4 mr-4 inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Add your profile
</button>
</a>
Expand All @@ -73,9 +73,9 @@ function Sidebar() {
</button>
</a>
</div>
<div className="pt-6">
<div className="pt-4">
<a href="https://ai.google.dev/competition/projects/helpmate-ai" target="_blank" rel="noreferrer">
<button className="mr-4 inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
<button className="mb-4 mr-4 inline-block cursor-pointer rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
Spotlight
</button>
</a>
Expand Down

0 comments on commit 2333f9d

Please sign in to comment.