From 6d85bbe48869900b1d6e0aeec5acfb05718dd24f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 17 Feb 2025 21:08:46 +0000 Subject: [PATCH] Add highlighting in reviews --- src/components/SQLCourse/ReviewsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SQLCourse/ReviewsSection.tsx b/src/components/SQLCourse/ReviewsSection.tsx index b656d65d8..20fad5c32 100644 --- a/src/components/SQLCourse/ReviewsSection.tsx +++ b/src/components/SQLCourse/ReviewsSection.tsx @@ -60,7 +60,7 @@ export function ReviewsSection() { name: 'Adnan Ahmed', role: 'Engineering Manager', rating: 5, - text: 'Having the integrated IDE made a huge difference. Being able to immediately practice what I learned was **invaluable**.', + text: 'Having the integrated IDE made a huge difference. Being able to **immediately practice** what I learned was **invaluable**.', avatarUrl: 'https://assets.roadmap.sh/guest/idnan-fzps5.jpeg', }, { @@ -74,7 +74,7 @@ export function ReviewsSection() { name: 'Faisal Ahsan', role: 'Software Engineer', rating: 5, - text: 'The course and the learning experience was great. What I really liked was the **no-fluff explanations** and practical examples.', + text: 'The course and the learning experience was great. What I really liked was the **no-fluff explanations** and **practical examples**.', avatarUrl: 'https://assets.roadmap.sh/guest/faisal-q78p2.jpeg', }, ];