Skip to content

Commit

Permalink
Update/magnify 2024 (#102)
Browse files Browse the repository at this point in the history
* Change favicon color to red

* Update local copy of course data
  • Loading branch information
Ascent817 authored Jan 25, 2024
1 parent 5e9bcdf commit ccf88f7
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 69 deletions.
2 changes: 1 addition & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const Course: FC<CourseProps> = ({
navigator.clipboard.writeText(window.location.href);
}, [jumpId]);

const isVenture = course.tags?.filter((tag) => tag === 'Venture').length;
const isVenture = course.coursename.includes('Venture');

const Style = {
gridRow: `span ${
Expand Down
Loading

0 comments on commit ccf88f7

Please sign in to comment.