Skip to content

Commit

Permalink
Merge pull request #64 from Abh1noob/master
Browse files Browse the repository at this point in the history
lmao bhay
  • Loading branch information
Abh1noob authored Mar 17, 2024
2 parents 379c6a7 + e236587 commit e55426e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,24 +282,24 @@ export default function HomePage() {
</div>
{gender === "Male" ? (
<div>
All boys are to report before 8:30 PM.
You have to give your biometric attendance at Anna Auditorium.
All boys are to report before 8:30 PM. You have to give your
biometric attendance at Anna Auditorium.
</div>
) : gender === "Female" ? (
<div>
Girls are to give attendance at their respective
hostels blocks by 8:40 PM and report to Anna Auditorium.
Girls are to give attendance at their respective hostels
blocks by 8:45 PM and report to Anna Auditorium.
</div>
) : (
<>
<ul className="m-4 list-disc">
<li>
All boys are to report before 8:30 PM.
You have to give your biometric attendance at Anna Auditorium.
All boys are to report before 8:30 PM. You have to give
your biometric attendance at Anna Auditorium.
</li>
<li>
Girls are to give attendance at their respective
hostels blocks by 8:40 PM and report to Anna Auditorium.
Girls are to give attendance at their respective hostels
blocks by 8:45 PM and report to Anna Auditorium.
</li>
</ul>
</>
Expand Down Expand Up @@ -377,7 +377,8 @@ export default function HomePage() {
<X className="h-8 w-8 text-white" />
<p className="pl-2 text-xl text-white">
We regret to inform you that your idea has not been
shortlisted for the next round. Please check your mail for further information.
shortlisted for the next round. Please check your mail
for further information.
</p>
</>
)}
Expand Down Expand Up @@ -417,16 +418,16 @@ export default function HomePage() {
title="Idea Submission"
cardImage="ideaSubmissionImg"
cardContent={
getIdea === "idea found" ? "Idea Submitted" : "Idea submission closed"
getIdea === "idea found"
? "Idea Submitted"
: "Idea submission closed"
}
cardDesc={
getIdea === "idea found"
? isLeader
? "Edit or View Idea"
: "View Idea"
: "closed"


}
buttonDetails={
getIdea === "idea found" && !team
Expand Down

0 comments on commit e55426e

Please sign in to comment.