Skip to content

Commit

Permalink
Updated metadata for course page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeps committed Apr 19, 2024
1 parent 27a8134 commit c3ae49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/education/[courseKey]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export async function generateMetadata(
// Create metadata based on the course details
return {
title: `${developerName} - Courses: ${course?.name}`,
description: course?.university,
description: `${course.grade} in ${course.name} from ${course?.university}`,
};
}

Expand Down

0 comments on commit c3ae49b

Please sign in to comment.