Skip to content

Commit 904f904

Browse files
DilsonsPicklesLWinterberg
authored andcommitted
Fix broken button link
1 parent 41d8f5e commit 904f904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/button/JoinAudioDotComButton.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function JoinAudioDotComButton(props) {
1717
className={` ${
1818
large ? "py-4 px-6" : "py-2 px-4"
1919
} bg-blue-700 w-fit text-white rounded hover:bg-blue-600`}
20+
href={href}
2021
>
2122
Continue
2223
</a>

0 commit comments

Comments
 (0)