From 27afa57e3039036c1b5e84d1c9e9686c399c5b29 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 30 Jun 2025 18:07:14 +0100 Subject: [PATCH] Fix height issue of image --- src/components/SQLCourseVariant/AuthorCredentials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SQLCourseVariant/AuthorCredentials.tsx b/src/components/SQLCourseVariant/AuthorCredentials.tsx index c28f51dbd..2a63d3c2d 100644 --- a/src/components/SQLCourseVariant/AuthorCredentials.tsx +++ b/src/components/SQLCourseVariant/AuthorCredentials.tsx @@ -7,7 +7,7 @@ export function AuthorCredentials() {
Kamran Ahmed