Skip to content

Commit

Permalink
fix(faq btn): remove asChild from faq btn (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige authored Jan 23, 2024
1 parent b4ac3f4 commit 76c57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/pages/welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ 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 asChild>
<Button>
<Link path={"/faq"} target={FAQ_TAB}>
View FAQ
</Link>
Expand Down

0 comments on commit 76c57c2

Please sign in to comment.