Skip to content

Commit 797cdc4

Browse files
committed
ui update
1 parent 116180d commit 797cdc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/semester/Courses.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Courses = ({ courses }) => {
5454
</Tooltip>
5555
) : (
5656
<Tooltip describeChild title='Link not available'>
57-
<IconButton>
57+
<IconButton disabled>
5858
<Icon />
5959
</IconButton>
6060
</Tooltip>

src/components/semester/SemInfo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const SemInfo = ({ name, credits, numberOfCourses, repoLink, downloadLink, drive
4949
</Tooltip>
5050
) : (
5151
<Tooltip describeChild title='Link not available'>
52-
<IconButton>
52+
<IconButton disabled>
5353
<Icon />
5454
</IconButton>
5555
</Tooltip>

0 commit comments

Comments
 (0)