Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text space fixed. #422

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frontend/src/Pages/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const About = () => {
{/* Introduction Section */}
<p
className="text-xl leading-relaxed text-center max-w-2xl mb-12 px-4">
Welcome to
Welcome to{' '}
<span className="font-bold text-blue-600">
StationSaarthi
</span>,
Expand All @@ -59,7 +59,7 @@ const About = () => {
</h2>
<p
className="text-lg leading-loose">
At
At{' '}
<span className="font-bold text-blue-600">
StationSaarthi
</span>,
Expand Down Expand Up @@ -97,7 +97,7 @@ const About = () => {
</h2>
<p
className="text-lg leading-loose">
With
With{' '}
<span className="font-bold text-blue-600">
StationSaarthi
</span>,
Expand Down Expand Up @@ -125,7 +125,7 @@ const About = () => {
<p
className="text-lg leading-loose">
<span className="font-bold text-blue-600">
StationSaarthi
StationSaarthi{' '}
</span>
is more than a service; it's a commitment to revolutionizing your railway station experience.
We believe in technology's power to enhance every aspect of your journey, ensuring safety,
Expand Down
Loading