We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6074010 commit 7232232Copy full SHA for 7232232
src/layouts/components/MainPage.tsx
@@ -41,13 +41,10 @@ const MainPage: React.FC = () => {
41
<div className='container mx-auto px-4 mb-0'>
42
{/* Fixed header layout with 1 or 2 rows */}
43
<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
- >
+ <h1 id='page-title' className='text-2xl md:text-3xl font-bold'>
48
{managerName
49
- ? `${username} would like to share with ${managerName}`
50
- : `${username}'s statements for sharing`}
+ ? `Beacons for ${managerName}`
+ : `${username}'s Beacons`}
51
</h1>
52
</div>
53
0 commit comments