From f707a16df49e7641faaf3caee7da090fe25da227 Mon Sep 17 00:00:00 2001 From: MAZHAR ANSARI <113109217+M-zhar@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:23:46 +0530 Subject: [PATCH] Update Wish.jsx Making "Happy birthday more bold" --- src/Wish.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wish.jsx b/src/Wish.jsx index a33b470..0ccdaca 100644 --- a/src/Wish.jsx +++ b/src/Wish.jsx @@ -3,7 +3,7 @@ import React from 'react'; const Wish = ({ name }) => { return (
- HAPPY BIRTHDAY {name.toUpperCase()} !!! +

HAPPY BIRTHDAY

{name.toUpperCase()} !!!
); };