Skip to content

Commit

Permalink
Merge pull request #1783 from EnterpriseDB/bugfix/josh/correct-hurrie…
Browse files Browse the repository at this point in the history
…d-merge

Missed the conflict w/ beta removal
  • Loading branch information
josh-heyer authored Aug 20, 2021
2 parents 6ada7da + bacb58b commit 7ba2bde
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ import React from "react";
import { Container } from "react-bootstrap";
import Icon, { iconNames } from "../components/icon/";
import cliImg from "../images/screen-demo.gif";
import {
Footer,
IndexSubNav,
Layout,
Link,
MainContent,
TopBar,
} from "../components";
import { Footer, IndexSubNav, Layout, Link, MainContent } from "../components";

const IndexCard = ({ iconName, headingText, children }) => (
<div className="card rounded shadow-sm mb-4">
Expand Down Expand Up @@ -46,7 +39,6 @@ const Page = () => (
}}
background="white"
>
<TopBar />
<Container fluid className="p-0 d-flex bg-white">
<MainContent searchNavLogo={true}>
{/* Sign Post */}
Expand Down Expand Up @@ -256,7 +248,6 @@ const Page = () => (
<IndexCardLink to="/partner_docs/ThalesGuide">
Thales CipherTrust Transparent Encryption
</IndexCardLink>

</IndexCard>
</div>

Expand Down

0 comments on commit 7ba2bde

Please sign in to comment.