Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DamienVesper/Sloodle
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienVesper committed Oct 1, 2022
2 parents f74c7e6 + 9895fdf commit 711a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Dashboard/ModuleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ModuleCard extends React.Component<Record<string, never>, Record<`state` |
{this.state.lectureState2 === `EXPANDED` ? <Lecture2 visibility={this.state.state} /> : ``}
{this.state.lectureState3 === `EXPANDED` ? <Lecture3 visibility={this.state.state} /> : ``}
<div className=" tw-font-poppins tw-font-normal tw-ml-4 tw-w-[90%] md:tw-w-2/4">
<div onClick={this.changeState} className="card tw-cursor-pointer tw-select-none tw-mt-2 tw-bg-primary tw-bg-opacity-60 tw-text[16] md:tw-text-[26px] tw-h-16 tw-justify-left tw-items-start tw-rounded-md tw-w-full tw-flex tw-justify-start">
<div onClick={this.changeState} className="card tw-cursor-pointer tw-select-none tw-mt-2 tw-bg-primary tw-bg-opacity-60 tw-text[16] lg:tw-text-[26px] tw-h-16 tw-justify-left tw-items-start tw-rounded-md tw-w-full tw-flex tw-justify-start">
<div className='card-body tw-flex'>
<i className={`icofont ${this.state.state === `COLLAPSED` ? `icofont-rounded-right` : `icofont-rounded-down`} tw-pt-[2px] tw-pr-5`}></i>
<h1 className="tw-w-fit">Module - 1</h1>
Expand Down

0 comments on commit 711a996

Please sign in to comment.