Skip to content

Commit 33a2fdc

Browse files
committed
fix: Update the about page hero section heading
1 parent bfae066 commit 33a2fdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/About/HeroAbout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ const HeroAbout = () => {
88
<section className='flex flex-col justify-centre items-center pt-32 gap-12 lg:flex-row lg:justify-between'>
99
<div className='flex-1 space-y-6 text-center lg:text-left'>
1010
<h1 className='font-extrabold text-2xl lg:text-5xl'>
11-
Welcome to
12-
<br/>
13-
React ChatBotify Gallery
11+
About React ChatBotify Gallery
1412
</h1>
1513
<p className='space-y-4 text-base lg:text-lg max-w-[500px]'>
1614
<span className='block'>

0 commit comments

Comments
 (0)