Skip to content

Commit

Permalink
Merge pull request #117 from Bitshala/applicationPage
Browse files Browse the repository at this point in the history
fixes #110 :  [V2] Cohort Application Page
  • Loading branch information
rajarshimaitra authored Mar 23, 2024
2 parents 3adb183 + 619bb1b commit 0dd8e8c
Show file tree
Hide file tree
Showing 13 changed files with 419 additions and 31 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.2.3",
"axios": "^1.6.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.12.0",
Expand Down
64 changes: 64 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/cohortPages/CohortDetails.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const { format } = Astro.props;
>
Cohort Details
</h1>
<slot name="date" />
<h3 class="font-header text-xl font-bold lg:text-2xl">
Pre-requisites
</h3>
Expand Down
Loading

0 comments on commit 0dd8e8c

Please sign in to comment.