Skip to content

Commit

Permalink
Missed the conflict w/ beta removal
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Aug 20, 2021
1 parent 6ada7da commit bacb58b
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 bacb58b

Please sign in to comment.