Skip to content
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

Fixed small info bits #188

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const Footer = () => {
"/board",
"/board",
"/gallery",
"news",
"/news",
"/waiver",
"/volunteer",
];
if (!paths.includes(pathname)) {
return null;
Expand Down
6 changes: 3 additions & 3 deletions src/data/Faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const faqs = [
{
question: "When and where is practice?",
answer:
"Practice is located at Raincross Boxing Academy on 2060 Chicago Ave. Practice is Mon, Tues, and Thurs from 7:30-9pm and Wednesday from 8-9:30pm.",
"Practice is located at Raincross Boxing Academy on 1760 Chicago Ave. Practice is Mon, Tues, Wed, and Thurs from 7:45 pm - 9:15 pm.",
},
{
question: "Do you need to be experienced to join and participate?",
Expand All @@ -12,7 +12,7 @@ const faqs = [
{
question: "What should you bring?",
answer:
"We provide boxing gloves, wraps (if dues are paid), and headgear. Therefore all you need is water and clothes you don't mind getting dirty.",
"We provide boxing gloves, wraps (if dues are paid), and headgear. All you need is water and clothes you don't mind getting dirty.",
},
{
question: "What does practice look like?",
Expand Down Expand Up @@ -42,7 +42,7 @@ const faqs = [
{
question: "Do we spar?",
answer:
"Yes! We do provide opportunities to spar at our gym. However, you must have your own mouthguard and it is recommended to get your gloves. On top of this sparring is a privilege, if you do not respect our gym or staff you will not be allowed to spar. For more information, please check out our Discord.",
"Yes! We do provide opportunities to spar at our gym. However, you must have your own mouthguard and it is recommended to get your own gloves. On top of this, sparring is a privilege. If you do not respect our gym or staff you will not be allowed to spar. For more information, please check out our Discord.",
},
];

Expand Down
Loading