diff --git a/companies-manifest.js b/companies-manifest.js
index d89ff178..3b8360d1 100644
--- a/companies-manifest.js
+++ b/companies-manifest.js
@@ -49,6 +49,7 @@ import {
TaskadeLogo,
TicketmasterLogo,
TinderLogo,
+ TonightPassLogo,
TypeformLogo,
TruliaLogo,
UnderArmourLogo,
@@ -651,6 +652,33 @@ const companies = [
},
},
},
+ {
+ key: 'https://tonightpass.com/',
+ similarWebGlobalRank: 17872218,
+ name: 'Tonight Pass',
+ logo: TonightPassLogo,
+ style: {
+ bottom: '0.2rem',
+ },
+ projects: {
+ tonightpass: {
+ title: 'Tonight Pass',
+ link: 'https://tonightpass.com/',
+ src: '/screenshots/thumbnails/tonightpass.com.jpg',
+ width: 1280,
+ height: 720,
+ internalUrl: 'tonightpass',
+ },
+ kitchen: {
+ title: 'Kitchen',
+ link: 'https://kitchen.tonightpass.com/',
+ src: '/screenshots/thumbnails/kitchen.tonightpass.com.jpg',
+ width: 1280,
+ height: 720,
+ internalUrl: 'kitchen',
+ },
+ },
+ },
{
key: 'https://www.typeform.com',
similarWebGlobalRank: 3279,
@@ -1255,7 +1283,7 @@ const companies = [
width: 1280,
height: 720,
internalUrl: 'kabum',
- }
+ },
},
},
];
diff --git a/components/CompanyLogos.js b/components/CompanyLogos.js
index 43ef2e30..04644493 100644
--- a/components/CompanyLogos.js
+++ b/components/CompanyLogos.js
@@ -427,6 +427,23 @@ export const TinderLogo = () => (
);
+export const TonightPassLogo = () => (
+
+);
+
export const LegoLogo = () => (