Skip to content

Commit bafbf8f

Browse files
1984 Startup page (#14149)
* 1984 Startup page * fix logo import --------- Co-authored-by: Eli Kinsey <[email protected]>
1 parent 9f23592 commit bafbf8f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

src/images/1984.svg

Lines changed: 14 additions & 0 deletions
Loading

src/pages/startups/[...slug].tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { IconCheck, IconX } from '@posthog/icons'
1111
import OSTable from 'components/OSTable'
1212
import YCombinatorLight from '../../images/customers/ycombinator-light.svg'
1313
import StripeLogo from '../../images/stripe.svg'
14+
import Logo1984 from '../../images/1984.svg'
1415
import ODFLogo from '../../images/odf.svg'
1516
import Logo from 'components/Logo'
1617
import OSButton from 'components/OSButton'
@@ -40,6 +41,16 @@ const partnerConfigs = [
4041
),
4142
value: '$50,000',
4243
},
44+
{
45+
slug: '1984',
46+
title: (
47+
<>
48+
<IconX className="size-8 text-white inline-block relative top-1" />
49+
<img src={Logo1984} alt="1984" className="inline-block h-9 relative top-[.2rem]" />
50+
</>
51+
),
52+
value: '$50,000',
53+
},
4354
{
4455
slug: 'odf',
4556
title: (

0 commit comments

Comments
 (0)