Skip to content

Commit 7232232

Browse files
committed
style: reword the h1 and restyle it
1 parent 6074010 commit 7232232

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/layouts/components/MainPage.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ const MainPage: React.FC = () => {
4141
<div className='container mx-auto px-4 mb-0'>
4242
{/* Fixed header layout with 1 or 2 rows */}
4343
<div className='flex flex-col md:flex-row md:justify-between md:items-center'>
44-
<h1
45-
id='page-title'
46-
className='text-2xl md:text-3xl font-bold mb-3 md:mb-0 break-words'
47-
>
44+
<h1 id='page-title' className='text-2xl md:text-3xl font-bold'>
4845
{managerName
49-
? `${username} would like to share with ${managerName}`
50-
: `${username}'s statements for sharing`}
46+
? `Beacons for ${managerName}`
47+
: `${username}'s Beacons`}
5148
</h1>
5249
</div>
5350
</div>

0 commit comments

Comments
 (0)