Skip to content

Commit 420effe

Browse files
committed
chore: up-size the button
1 parent 143fda4 commit 420effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/components-connect-with-us.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function ConnectWithUsComponent() {
101101
<div className="text-lg 2xl:text-2xl 2xl:w-2/3 text-center flex-col">
102102
<p>{selectedDescription}</p>
103103
{learnMoreLink !== "" && (
104-
<Button size="lg" className="mt-4">
104+
<Button size="xl" className="mt-4">
105105
<a href={learnMoreLink} target="_blank">
106106
Learn More
107107
</a>

0 commit comments

Comments
 (0)