Skip to content

Commit

Permalink
Merge branch 'master' into jonulak/add-projects-page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak authored Dec 24, 2024
2 parents 33b2421 + fbbf6ae commit dee82c1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
30 changes: 28 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const navigation: NavigationItem[] = [
id: 22,
label: "Projects",
path: "/projects",

},
{
id: 23,
Expand Down
1 change: 0 additions & 1 deletion src/pages/subjects/all.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ type PageProps = NextPage<TProps> & {

const Coursegrid01: PageProps = ({ data }) => {
const { sortedItems } = useSort<ICourse>(data.courses, courseSorting);

return (
<>
<SEO title="Subjects" />
Expand Down

0 comments on commit dee82c1

Please sign in to comment.