We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c1af commit 0ba2be9Copy full SHA for 0ba2be9
src/pages/communities/[slug]/challenges/[challenge_id]/index.tsx
@@ -169,11 +169,13 @@ export default function ChallengePage() {
169
</div>
170
) : (
171
<div>
172
- <Hint className="mt-6 flex flex-col md:flex-row">
173
- <p>To be able to submit</p>
174
- <Link className="underline" href="/login">
175
- Login.
176
- </Link>
+ <Hint className="mt-6">
+ <p>
+ To be able to submit
+ <Link className="underline pl-1" href="/login">
+ Login.
177
+ </Link>
178
+ </p>
179
</Hint>
180
181
)}
0 commit comments