Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 5732b9a

Browse files
nisarhassan12svenefftinge
authored andcommitted
[self-hosted] remove 30 day free trial text next to the button.
1 parent 981bd29 commit 5732b9a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/pages/self-hosted.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react'
22

33
import IndexLayout from '../layouts'
4-
import styled from '@emotion/styled'
54
import Cloud from '../resources/cloud.svg'
65
import Details from '../components/Details'
76
import Banner from '../components/Banner'
@@ -14,9 +13,6 @@ import GithubGitlab from '../resources/github-gitlab.svg'
1413
import Adminstration from '../resources/administration.svg'
1514
import Install from '../components/self-hosted/Install'
1615

17-
const StyledSelfHostedPage = styled.div`
18-
19-
`
2016
const features: FeatureProps[] = [
2117
{
2218
title: 'Full Data Control',
@@ -42,8 +38,7 @@ const features: FeatureProps[] = [
4238

4339
const SelfHostedPage: React.SFC<{}> = () => (
4440
<IndexLayout canonical='/self-hosted/' title="Self-Hosted">
45-
<StyledSelfHostedPage>
46-
41+
<>
4742
<div className="grey-container">
4843

4944
{/* ----- Banner ----- */}
@@ -58,7 +53,6 @@ const SelfHostedPage: React.SFC<{}> = () => (
5853
linkPath="/self-hosted/#install"
5954
linkText="Install Now"
6055
img={<object role="presentation" tabIndex={-1} data={Cloud} />}
61-
children={<span style={{ fontWeight: 600 }}>And Start Your 30-day Free Trial.</span>}
6256
/>
6357
</div>
6458

@@ -88,8 +82,7 @@ const SelfHostedPage: React.SFC<{}> = () => (
8882
text="Learn about collaboration, workspace snapshots, supported programming languages, and much more."
8983
anchors={[{ href: '/enterprise/#enterprise', text: 'Pricing' }, { href: '/docs/self-hosted/latest/self-hosted/', text: 'Documentation' }]}
9084
/>
91-
92-
</StyledSelfHostedPage>
85+
</>
9386
</IndexLayout>
9487
)
9588

0 commit comments

Comments
 (0)