Skip to content

Commit

Permalink
hotfix: splash page placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen committed Jan 28, 2025
1 parent 7aee155 commit 1ce5ab7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions documentation/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ export default function HomepageFeatures(): ReactNode {
<Feature key={idx} {...props} />
))}

/*
<div
style={{
margin: "80px 0",
display: "flex",
justifyContent: "center",
alignItems: "center",
width: "100%",
}}
>
<img src={require("@site/static/img/placeholder.png").default} />
</div>
*/

{/* inline styles in the interest of time */}
<div
style={{
Expand Down

0 comments on commit 1ce5ab7

Please sign in to comment.