Skip to content

Commit 7ba2bde

Browse files
authored
Merge pull request #1783 from EnterpriseDB/bugfix/josh/correct-hurried-merge
Missed the conflict w/ beta removal
2 parents 6ada7da + bacb58b commit 7ba2bde

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/pages/index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ import React from "react";
22
import { Container } from "react-bootstrap";
33
import Icon, { iconNames } from "../components/icon/";
44
import cliImg from "../images/screen-demo.gif";
5-
import {
6-
Footer,
7-
IndexSubNav,
8-
Layout,
9-
Link,
10-
MainContent,
11-
TopBar,
12-
} from "../components";
5+
import { Footer, IndexSubNav, Layout, Link, MainContent } from "../components";
136

147
const IndexCard = ({ iconName, headingText, children }) => (
158
<div className="card rounded shadow-sm mb-4">
@@ -46,7 +39,6 @@ const Page = () => (
4639
}}
4740
background="white"
4841
>
49-
<TopBar />
5042
<Container fluid className="p-0 d-flex bg-white">
5143
<MainContent searchNavLogo={true}>
5244
{/* Sign Post */}
@@ -256,7 +248,6 @@ const Page = () => (
256248
<IndexCardLink to="/partner_docs/ThalesGuide">
257249
Thales CipherTrust Transparent Encryption
258250
</IndexCardLink>
259-
260251
</IndexCard>
261252
</div>
262253

0 commit comments

Comments
 (0)