From 75945c7c6520fd8cb05d058195afc54ace0d8a7f Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 11 Mar 2025 18:41:09 +0600 Subject: [PATCH] fix: sql course meta --- src/components/SQLCourse/SQLCoursePage.tsx | 2 +- src/pages/courses/sql.astro | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/SQLCourse/SQLCoursePage.tsx b/src/components/SQLCourse/SQLCoursePage.tsx index 2a9e7dc7e..83c4bc9a1 100644 --- a/src/components/SQLCourse/SQLCoursePage.tsx +++ b/src/components/SQLCourse/SQLCoursePage.tsx @@ -311,7 +311,7 @@ export function SQLCoursePage() { diff --git a/src/pages/courses/sql.astro b/src/pages/courses/sql.astro index eeb80f7a8..0293fc39a 100644 --- a/src/pages/courses/sql.astro +++ b/src/pages/courses/sql.astro @@ -7,8 +7,13 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro'; title='Master SQL' briefTitle='Learn SQL from the ground up' ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png' - description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.' - keywords={['sql', 'database', 'database management', 'database administration']} + description='This SQL programming class is designed to help you go from beginner to expert through hands-on practice with real-world scenarios, mastering everything from basic to complex queries.' + keywords={[ + 'sql', + 'database', + 'database management', + 'database administration', + ]} canonicalUrl='/courses/sql' >