diff --git a/services/web/app/src/util/third-party-icons.mjs b/services/web/app/src/util/third-party-icons.mjs new file mode 100644 index 0000000000..5970a8e97c --- /dev/null +++ b/services/web/app/src/util/third-party-icons.mjs @@ -0,0 +1,15 @@ +// @ts-check + +/** + * Third-party integration icons shown across marketing and onboarding surfaces. + */ +const thirdPartyIcons = [ + { file: 'git.svg', label: 'Git' }, + { file: 'github.svg', label: 'GitHub' }, + { file: 'dropbox.svg', label: 'Dropbox' }, + { file: 'zotero_64x64x32.png', label: 'Zotero' }, + { file: 'mendeley.svg', label: 'Mendeley' }, + { file: 'papers.svg', label: 'Papers' }, +] + +export default thirdPartyIcons diff --git a/services/web/frontend/stylesheets/ciam/ciam-try-premium.scss b/services/web/frontend/stylesheets/ciam/ciam-try-premium.scss index 8e9bb8a857..e48ac6fdc7 100644 --- a/services/web/frontend/stylesheets/ciam/ciam-try-premium.scss +++ b/services/web/frontend/stylesheets/ciam/ciam-try-premium.scss @@ -1,5 +1,6 @@ .ciam-try-premium-logo-container { display: flex; + flex-wrap: wrap; justify-content: center; gap: var(--ds-spacing-600); padding: var(--ds-spacing-200) 0 var(--ds-spacing-500) 0; diff --git a/services/web/frontend/stylesheets/pages/plans-2026.scss b/services/web/frontend/stylesheets/pages/plans-2026.scss index 6b734d35ba..a9ab5c3f46 100644 --- a/services/web/frontend/stylesheets/pages/plans-2026.scss +++ b/services/web/frontend/stylesheets/pages/plans-2026.scss @@ -688,6 +688,7 @@ .plans-feature-table-section-icons { align-items: center; display: flex; + flex-wrap: wrap; gap: var(--spacing-04); } diff --git a/services/web/public/img/third-party-icons/papers.svg b/services/web/public/img/third-party-icons/papers.svg new file mode 100644 index 0000000000..f57a15c716 --- /dev/null +++ b/services/web/public/img/third-party-icons/papers.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/web/public/img/third-party-icons/zotero.svg b/services/web/public/img/third-party-icons/zotero.svg deleted file mode 100644 index 497c1c0720..0000000000 --- a/services/web/public/img/third-party-icons/zotero.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - -