Skip to content

Commit

Permalink
Merge pull request #168 from opentofu/module-sidebar-blocks-title
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Sep 4, 2024
2 parents c12c2f8 + 55ac2af commit 2952774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useModuleParams } from "../hooks/useModuleParams";

function Block({ children }: { children: ReactNode }) {
return (
<SidebarBlock title="Provision instructions">
<SidebarBlock title="How to use this module">
<Paragraph className="my-4">
Copy this code into your OpenTofu configuration and add any variables
necessary, then run{" "}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useModuleExampleParams } from "../hooks/useModuleExampleParams";

function Block({ children }: { children: ReactNode }) {
return (
<SidebarBlock title="Provision instructions">
<SidebarBlock title="How to use this module example">
<Paragraph className="my-4">
Copy this code info your OpenTofu configuration and add any variables
necessary, then run{" "}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useModuleSubmoduleParams } from "../hooks/useModuleSubmoduleParams";

function Block({ children }: { children: ReactNode }) {
return (
<SidebarBlock title="Provision instructions">
<SidebarBlock title="How to use this module">
<Paragraph className="my-4">
Copy this code info your OpenTofu configuration and add any variables
necessary, then run{" "}
Expand Down

0 comments on commit 2952774

Please sign in to comment.