Skip to content

Commit

Permalink
fix(buttons): add missing hover effects to the buttons in home page (#7)
Browse files Browse the repository at this point in the history
Merge pull request #7 from onesoft-sudo/fix/add-missing-hover-effects
  • Loading branch information
virtual-designer authored Oct 9, 2023
2 parents b5e4949 + 657924f commit f1e3bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Home/HomeButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const HomeButtons: FC = () => {
color="primary"
href={BOT_INVITE_REQUEST_URL}
target="_blank"
className="hover:outline-2 hover:outline-blue-600"
>
Invite
</Button>
Expand All @@ -48,6 +49,7 @@ const HomeButtons: FC = () => {
color="primary"
href={DOCS_SELF_SETUP_URL}
target="_blank"
className="hover:outline-2 hover:outline-blue-600"
>
Set up yourself
</Button>
Expand Down

0 comments on commit f1e3bee

Please sign in to comment.