Skip to content

Commit

Permalink
refactor(web): Changed the text in the hero section of the web applic…
Browse files Browse the repository at this point in the history
…ation (#579)

Co-authored-by: Rajdip Bhattacharya <[email protected]>
  • Loading branch information
poswalsameer and rajdip-b authored Dec 13, 2024
1 parent d45417a commit a92925f
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit a92925f

Please sign in to comment.