Skip to content

Commit

Permalink
centered h1 in the landing page before break
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-plam committed Sep 27, 2023
1 parent 2ecd700 commit a46c013
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ export default function LandingPage() {
</a>
</div>
<div className="mt-6 sm:max-w-xl">
<h1 className="text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">
Reactime - <br /> a time travel debugger for modern
React applications
</h1>
<div className="flex items-center justify-center">
<h1 className="text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">
Reactime <br /> a time travel debugger for modern
React applications
</h1>
</div>
<p className="mt-6 text-xl text-gray-500">
Use the Chrome Extension that rewinds time and replays
previous versions of stateful React components.
Expand Down

0 comments on commit a46c013

Please sign in to comment.