Skip to content

Commit

Permalink
Merge pull request #150 from kitab-bazar/feature/new-grade-images
Browse files Browse the repository at this point in the history
Add new Grade 4,5 images
  • Loading branch information
thenav56 authored Nov 27, 2023
2 parents e140305 + e4d4849 commit 5b5fed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added app/resources/img/grade4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/resources/img/grade5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/views/HomePage/GradeItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Ecd from '#resources/img/ecd.png';
import Grade1 from '#resources/img/grade1.png';
import Grade2 from '#resources/img/grade2.png';
import Grade3 from '#resources/img/grade3.png';
import Grade4 from '#resources/img/grade4.png';
import Grade5 from '#resources/img/grade5.png';

import routes from '#base/configs/routes';

Expand All @@ -19,6 +21,8 @@ const gradePreviewMap: {
GRADE_1: Grade1,
GRADE_2: Grade2,
GRADE_3: Grade3,
GRADE_4: Grade4,
GRADE_5: Grade5,
};

export interface Props {
Expand Down

0 comments on commit 5b5fed4

Please sign in to comment.