We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b869f commit 41b6a0aCopy full SHA for 41b6a0a
app/(pre-dashboard)/offseason/page.tsx
@@ -53,7 +53,7 @@ export default function ComingSoonPage() {
53
54
<div className="mt-12 px-4 text-center">
55
<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"
+ 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"
57
onClick={() => window.open('http://mlh.io/code-of-conduct', '_blank')}
58
>
59
MLH Code of Conduct
0 commit comments