Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Header = () => (
</h1>
<div className={tw(`max-w-xl mx-auto`)}>
<p className={tw(`mt-10 text-gray-500 text-center text-xl lg:text-3xl`)}>
Make your website wonderful and build beyond your expectations.
This is awesome website
</p>
</div>
<div className={tw(`mt-10 flex justify-center items-center w-full mx-auto`)}>
Expand Down