-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
feat: sports section #183
base: master
Are you sure you want to change the base?
feat: sports section #183
Conversation
heydoyouknowme0
commented
May 15, 2024
- fix: section pages runtime error
- feat: sports section page
f451a19
to
3593f84
Compare
3593f84
to
67f634a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML element ids need fixing (about us points to the main heading?) and add more headings to the navbar
@GetPsyched About us is supposed to be just beneath the main heading, but db doesnt have that for now. |
Hmm, fair points. Will get back to this when merging |
67f634a
to
799dfa0
Compare
799dfa0
to
2b05834
Compare
2b05834
to
14bbb3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the deployment is failing. Did you remove the table or something? likely broken DB call
<li | ||
key={index} | ||
dangerouslySetInnerHTML={{ | ||
__html: item, | ||
}} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't do this. Instead, initialise MDX to allow for markdown formatting. And convert any <strong>
tags into **foo**
.
ya the db was wiped and sections table is empty rn |