Skip to content

Commit e46f029

Browse files
annelise-kohAnnelise Kohalecliu1204
authored
moved link icon to the right of course code and made icon smaller (#365)
* added link icon and clickable course code to bookmarked reviews * Make bookmarked review titles clickable, added link icon * added clickable course code to card view of bookmarked reviews * made link icon smaller and moved it to the right of course code --------- Co-authored-by: Annelise Koh <afekoh1559@gmail.com> Co-authored-by: alecliu1204 <111400188+alecliu1204@users.noreply.github.com>
1 parent b2d8a40 commit e46f029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/UserBookmarkedReviews/UserBookmarkedReviews.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ export default function UserBookmarkedReviews({
175175
className='font-bold hover:text-unilectives-blue/75 duration-150 truncate'
176176
>
177177
<div className='flex items-center gap-2'>
178-
<LinkIcon className='w-6 h-6' />
179178
<span className='block truncate'>{review.courseCode}</span>
179+
<LinkIcon className='w-4 h-4' />
180180
</div>
181181
</a>
182182
<div className='text-right'>

0 commit comments

Comments
 (0)