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

refactor: Changed the text in the hero section of the web application #579

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
6 changes: 3 additions & 3 deletions apps/web/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ function Hero(): React.JSX.Element {
Unleash <span className="font-semibold">Security</span>, Embrace
<span className="font-semibold"> Simplicity</span>
</h1>
<span className="text-brandBlue/80 flex w-[20rem] text-center text-sm md:w-[35rem] md:text-xl md:leading-[3rem]">
Your Go-To, Secure, and Easy-to-Use Configuration Management Tool
for the Developers, and by the Developers.
<span className="text-brandBlue/80 flex flex-col justify-center w-[20rem] text-center text-sm md:w-[35rem] md:text-xl md:leading-[3rem]">
<p>The better .env file replacement</p>
<p>Built for developers, by developers</p>
</span>

<form onSubmit={onSubmit}>
Expand Down
Loading