Skip to content

Commit

Permalink
fix(faq btn): fix faq btn a11y (#344)
Browse files Browse the repository at this point in the history
* fix(faq btn): fix faq btn a11y

* fix(faq btn): fix faq btn a11y
  • Loading branch information
benjaminpaige authored Jan 23, 2024
1 parent 76c57c2 commit b984055
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/services/ui/src/pages/welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,9 @@ export const Welcome = () => {
<section>
<div className="flex justify-around items-center text-xl px-10 py-4 max-w-screen-xl mx-auto">
<h4>Do you have questions or need support?</h4>
<Button>
<Link path={"/faq"} target={FAQ_TAB}>
View FAQ
</Link>
</Button>
<Link path={"/faq"} target={FAQ_TAB}>
<Button>View FAQ</Button>
</Link>
</div>
</section>
;
Expand Down

0 comments on commit b984055

Please sign in to comment.