Skip to content

Commit

Permalink
Add information text due to backend issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarriv committed Aug 7, 2023
1 parent e590df0 commit 6c1e8ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/containers/BuildSchedule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,13 @@ function BuildSchedule() {
>
Mata kuliah yang dicari tidak ditemukan
</Text>
<Text
fontWeight={"semibold"}
color={theme === "light" ? "#000000" : "#FFFFFF"}
>
Some users may experience missing course information. We are
currently fixing this problem.
</Text>
</Center>
) : (
filteredCourse.map((course, idx) => (
Expand Down

0 comments on commit 6c1e8ee

Please sign in to comment.