Skip to content

Commit 41b6a0a

Browse files
committed
adding padding
1 parent 75b869f commit 41b6a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(pre-dashboard)/offseason/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function ComingSoonPage() {
5353

5454
<div className="mt-12 px-4 text-center">
5555
<Button
56-
className="mt-4 rounded-full bg-blue-500 px-6 py-3 font-medium text-white shadow-lg transition duration-300 hover:bg-blue-400 hover:shadow-2xl"
56+
className="mt-4 mb-8 rounded-full bg-blue-500 px-6 py-3 font-medium text-white shadow-lg transition duration-300 hover:bg-blue-400 hover:shadow-2xl"
5757
onClick={() => window.open('http://mlh.io/code-of-conduct', '_blank')}
5858
>
5959
MLH Code of Conduct

0 commit comments

Comments
 (0)