We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theres just this annoying black marker visible in the create post bar on the subreddit community page
The text was updated successfully, but these errors were encountered:
There is a div that needs to be a UL in the /app/r/[slug]/layout.tsx file
/app/r/[slug]/layout.tsx
return ( <div className="sm:container max-w-7xl mx-auto h-full pt-12"> <div> <div className="grid grid-cols-1 md:grid-cols-3 gap-y-4 md:gap-x-4 py-6"> <ul className="flex flex-col col-span-2 space-y-6">{children}</ul> // <-- Make this a UL
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Theres just this annoying black marker visible in the create post bar on the subreddit community page
The text was updated successfully, but these errors were encountered: