Skip to content

Commit

Permalink
Update heading (#145)
Browse files Browse the repository at this point in the history
* Update heading

Per the discussion in [this Slack thread](https://opentffoundation.slack.com/archives/C05Q33N86UU/p1695114944372849?thread_ts=1695049222.892539&cid=C05Q33N86UU).

* Update index.tsx
  • Loading branch information
brikis98 authored Sep 19, 2023
1 parent 5c78807 commit 0d31c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export default function Hero() {
/>
</svg>
<Headline className="sm:max-w-2xl md:max-w-3xl lg:max-w-4xl">
Ensure OpenTofu remains truly open-source. Always.
The open source infrastructure as code tool.
</Headline>
<p className="my-6 text-xl sm:max-w-lg md:max-w-xl lg:max-w-2xl text-center text-gray-600 dark:text-gray-500">
Previously named OpenTF, OpenTofu is a fork of Terraform that is
open-source, community-driven, and will be managed by the Linux
open-source, community-driven, and managed by the Linux
Foundation.
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LatestNews from "../LatestNews";

export default function Home({ recentPosts }) {
return (
<Layout description="Ensure OpenTofu remains truly open-source.">
<Layout description="The open source infrastructure as code tool.">
<Hero />
<Goals />
<HowToContribute />
Expand Down

0 comments on commit 0d31c92

Please sign in to comment.