Skip to content

Commit

Permalink
Add SpacerBox
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm committed Aug 6, 2024
1 parent 3842b8c commit 055872d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/what-is-ada.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import HowToBuyAdaSection from "@site/src/components/HowToBuyAdaSection";
import WalletSection from "@site/src/components/WalletSection";
import BoundaryBox from "@site/src/components/Layout/BoundaryBox";
import OpenGraphImage from "@site/src/components/Layout/OpenGraphImage";
import SpacerBox from "@site/src/components/Layout/SpacerBox";

function HomepageHeader() {
const { siteTitle } = "useDocusaurusContext()";
Expand Down Expand Up @@ -55,6 +56,7 @@ export default function Home() {
<BoundaryBox>
<WalletSection />
</BoundaryBox>
<SpacerBox size="medium" />
</main>
</Layout>
);
Expand Down

0 comments on commit 055872d

Please sign in to comment.