From 2fb6e63bbe943fcc303fa4541073d8d703d5dc95 Mon Sep 17 00:00:00 2001 From: Sreetam Das Date: Sat, 5 Oct 2024 13:48:27 +0530 Subject: [PATCH] fix: more text issues --- src/app/(main)/karma/Showcase.client.tsx | 2 +- src/app/(main)/keebs/page.tsx | 2 +- src/app/(pure)/fancy-pants/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(main)/karma/Showcase.client.tsx b/src/app/(main)/karma/Showcase.client.tsx index c3c0a357..e6db1670 100644 --- a/src/app/(main)/karma/Showcase.client.tsx +++ b/src/app/(main)/karma/Showcase.client.tsx @@ -96,7 +96,7 @@ export const KarmaShowcase = ({ examples }: Props) => { return (
-

+

{name}

diff --git a/src/app/(main)/keebs/page.tsx b/src/app/(main)/keebs/page.tsx index a9097d7c..88c295b7 100644 --- a/src/app/(main)/keebs/page.tsx +++ b/src/app/(main)/keebs/page.tsx @@ -28,7 +28,7 @@ export default async function KeebsPage() { {keebs.map(({ name, tags, image }) => (
-

{name}

+

{name}

{tags.map((tag) => ( Sreetam Das -

+

is a{" "} Senior Software Tinkerer