Skip to content

Commit 126ecb8

Browse files
committed
feat: add tonightpass to showcase
1 parent 61538c2 commit 126ecb8

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

companies-manifest.js

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import {
4949
TaskadeLogo,
5050
TicketmasterLogo,
5151
TinderLogo,
52+
TonightPassLogo,
5253
TypeformLogo,
5354
TruliaLogo,
5455
UnderArmourLogo,
@@ -651,6 +652,25 @@ const companies = [
651652
},
652653
},
653654
},
655+
{
656+
key: 'https://tonightpass.com/',
657+
similarWebGlobalRank: 17872218,
658+
name: 'Tonight Pass',
659+
logo: TonightPassLogo,
660+
style: {
661+
bottom: '0.2rem',
662+
},
663+
projects: {
664+
tonightpass: {
665+
title: 'Tonight Pass',
666+
link: 'https://tonightpass.com/',
667+
src: '/screenshots/thumbnails/tonightpass.com.jpg',
668+
width: 1280,
669+
height: 720,
670+
internalUrl: 'tonightpass',
671+
},
672+
},
673+
},
654674
{
655675
key: 'https://www.typeform.com',
656676
similarWebGlobalRank: 3279,
@@ -1255,7 +1275,7 @@ const companies = [
12551275
width: 1280,
12561276
height: 720,
12571277
internalUrl: 'kabum',
1258-
}
1278+
},
12591279
},
12601280
},
12611281
];

components/CompanyLogos.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
117 KB
Loading

0 commit comments

Comments
 (0)