Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from Abh1noob/master
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
aditansh authored Jan 16, 2024
2 parents 5a8eaab + c379ad6 commit 569cd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Components/FAQ/faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const Accordion = ({ index, title, content }) => {
<div className="accordion-content">
You are required to register for our event on
<a
target="_blank"
rel="noreferrer"
style={{ color: "#37abbc" }}
href="https://devsoc23.codechefvit.com/signup"
// target="_blank"
// rel="noreferrer"
// style={{ color: "#37abbc" }}
// href="https://devsoc23.codechefvit.com/signup"
>
{" "}
DEVSOC registrations portal{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Landing() {
const accordionData = [
{
title: "Is the hackathon free to attend?",
content: `Yes! DEVSOC'23 is completely free to attend thanks to our sponsors.`,
content: `Yes! DEVSOC'24 is completely free to attend thanks to our sponsors.`,
},
{
title: "What's the application process like?",
Expand Down

0 comments on commit 569cd88

Please sign in to comment.