Skip to content

Commit

Permalink
Merge pull request #382 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
resource card icon added
  • Loading branch information
itsvick authored Dec 2, 2024
2 parents 15c235d + ec009c3 commit 3125056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/course-planner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const Foundation = () => {
border: "1px solid #D0C5B4",
padding: "10px",
borderRadius: "8px",
width: "100%",
// width: "100%",
boxSizing: "border-box",
"&:hover": {
backgroundColor: "#D0C5B4",
Expand Down Expand Up @@ -259,7 +259,7 @@ const Foundation = () => {
borderRadius: "8px",
display: "flex",
justifyContent: "space-between",
width: "100%",
// width: "100%",
"&:hover": {
backgroundColor: "#D0C5B4",
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/app.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ import { StaticImageData } from "next/image"; // Import StaticImageData for type
export enum ContentType {
PDF = "application/pdf",
EPUB = "application/epub",
HTML = "application/html",
HTML = "application/vnd.ekstep.html-archive",
VIDEO_MP4 = "video/mp4",
QUESTION_SET = "application/vnd.sunbird.questionset",
H5P = "application/vnd.ekstep.h5p-archive",
Expand Down

0 comments on commit 3125056

Please sign in to comment.