diff --git a/src/images/TheSecretStore/index.js b/src/images/TheSecretStore/index.js index e25ecbe..4a213a2 100644 --- a/src/images/TheSecretStore/index.js +++ b/src/images/TheSecretStore/index.js @@ -1,2 +1,2 @@ -export * as TSSLogo from './TSSLogo'; -export * as TheSecretStore from './ProjectsPage'; +export * as TheSecretStore from './ProjectsPage'; +export * as TSSLogo from './TSSLogo'; diff --git a/src/sections/Projects/data.js b/src/sections/Projects/data.js index 76d543e..ee3b1a3 100644 --- a/src/sections/Projects/data.js +++ b/src/sections/Projects/data.js @@ -1,8 +1,8 @@ +import { SFPImageLarge, SFPImageSmall, SFPLogo } from '../../images/7days50projects'; import { AubitLogo, AubitMobile } from '../../images/Aubit'; import { CollegemateDark, CollegemateLogo } from '../../images/Collegemate'; -import { TSSLogo, TheSecretStore } from '../../images/TheSecretStore'; import { InfiniteLoopClub, InfiniteLoopClubLogo } from '../../images/InfiniteLoopClub'; -import { SFPImageLarge, SFPImageSmall, SFPLogo } from '../../images/7days50projects'; +import { TheSecretStore, TSSLogo } from '../../images/TheSecretStore'; const collegemate = { title: 'Collegemate', @@ -33,12 +33,20 @@ const tss = { logo: TSSLogo, images: { small: TheSecretStore, large: TheSecretStore }, dark: { small: TheSecretStore, large: TheSecretStore }, - description: 'The Secret Store is a platform to share and synchronize your project configuration environment variables with your team without having to send a bunch of e-mails back and forth with simple commands like in git. It\'s Forever FOSS (Free and Open Source Software). You can fork and create your copy, and utilize it for your personal / internal use within your organization.', - features: ['Command Line Interface', 'AES 256 Encryption', 'Google OAuth', 'Token Based Authentication', 'Granular Permissions', 'Simple commands inspired by Git'], + description: + "The Secret Store is a platform to share and synchronize your project configuration environment variables with your team without having to send a bunch of e-mails back and forth with simple commands like in git. It's Forever FOSS (Free and Open Source Software). You can fork and create your copy, and utilize it for your personal / internal use within your organization.", + features: [ + 'Command Line Interface', + 'AES 256 Encryption', + 'Google OAuth', + 'Token Based Authentication', + 'Granular Permissions', + 'Simple commands inspired by Git' + ], techStack: ['Nx Monorepo', 'Nest JS', 'React JS'], link: undefined, repo: 'https://github.com/the-secret-store/monorepo' -} +}; const ilc = { title: 'Infinite Loop Club website',