Skip to content

Commit

Permalink
Change tagline in the hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent d0774c8 commit 4da1c46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Hero() {
<header className="flex flex-col items-center py-10 md:py-20 px-6 md:px-16 mx-auto">
<PatternBg />
<Headline className="sm:max-w-2xl md:max-w-3xl lg:max-w-4xl">
Ensure Terraform remains truly open-source. Always.
Ensure OpenTofu remains truly open-source. Always.
</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
Expand All @@ -19,7 +19,10 @@ export default function Hero() {
<Button variant="secondary" href="/manifesto">
Read Manifesto
</Button>
<Button variant="primary" href="https://github.com/opentffoundation/opentf/blob/main/CONTRIBUTING.md">
<Button
variant="primary"
href="https://github.com/opentffoundation/opentf/blob/main/CONTRIBUTING.md"
>
Contribute
</Button>
</div>
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 Terraform remains truly open-source.">
<Layout description="Ensure OpenTofu remains truly open-source.">
<Hero />
<Goals />
<HowToContribute />
Expand Down

0 comments on commit 4da1c46

Please sign in to comment.