Skip to content

Commit

Permalink
Merge pull request #188 from acm-ucr/rzhou052/FixAboutInfo
Browse files Browse the repository at this point in the history
Fixed small info bits
  • Loading branch information
SafeDuck authored Nov 26, 2024
2 parents 929cf05 + ac318e9 commit 3bcc866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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

0 comments on commit 3bcc866

Please sign in to comment.