From 19be0b649d5971860dfc5bc0ed79336814e7f7bc Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 30 Oct 2024 19:32:37 -0500 Subject: [PATCH] Website: update links in pricing tooltips (#23425) Closes: https://github.com/fleetdm/confidential/issues/8642 Changes: - Added a lighter version of the "more info" icon - Updated the tooltips on the pricing page to be clearer about where users need to click. --- .../assets/images/icon-more-info-25-14x14@2x.png | Bin 0 -> 1023 bytes website/views/pages/pricing.ejs | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 website/assets/images/icon-more-info-25-14x14@2x.png diff --git a/website/assets/images/icon-more-info-25-14x14@2x.png b/website/assets/images/icon-more-info-25-14x14@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..466ee326d64b45736046abd39084569f0312472f GIT binary patch literal 1023 zcmV_f5KbVTKs*6(0`&ye6No1W)|W(oh0p`Y4dh4rl-BHa zW|y?l5(u^5dzvNL-PxV_=9@vtfgt$WP^k74sD_eILWCl}R|;kVaSRA!RCwt)A4lu< z!c`x=VA7#&do(OTK1^xLLER~ThD{6xL0FO~EvzJ~{RXa=;714ua@u!w54(Jg9A# zhnWWb+eu4Fb+NeB>HBxGZ`<|^Hh}AfMeD8T3xq@dEd+F&?aKLI2HB0V5}_u9gh9Pt z>BB2<9fW;Bx8<7(CGEt$Rx&|?aJ4bI*(zfkw}&5v21=xxKTVg#i9uoLU;9x}032#Q z0NDD*{LiqF=uRdwuFa{UYr}uJ@ z6*KQP>QUaEEW9vQfFr#IRX59MvuV$mbZHw%zHSJ1C!M6`R6Z{##*AmW^nu@aBj7!r~4t`#iI=G0*c z@fo;B7R`MrcmV-GRsZQcwuu6~>}kW4dV&*qp?5`Q-@3IwRiVnQ z2J54Q!rJ+1on|G{TFM&APiCJRhN}`7;(0s*#351~1<-f}OrHMHX@FEcB)tpiSCs;L zQmd7Z;6K2>nH*Exy6HR>$wz^*%_+j_Pp<93D`BdO>hhlHJbk7v+>?;$GyQ>XI)4`r znj5wlxA(qPgt4}gV%1qJ0%-Lapo&1@5? zez@tj51A;`>~4|BCq>$%g%*rm($;R$Afs-KWjj}!n8vfVF9(<$%*L0udNF4`bXP#l tu2NJxxtt}n&*<=!sCPxhb(p7r{RJGU#yE7xqF(?2002ovPDHLkV1jQm)|mhR literal 0 HcmV?d00001 diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 0a739c7529..34741268c7 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -104,7 +104,7 @@ <% for( let feature of category.features){ %> <%if(feature.description && feature.documentationUrl) {%> - <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info + <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More infoClick more info to learn more

' : ''] %> ">
<% } else if(feature.description) {%> <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info <% } else {%> @@ -179,7 +179,7 @@ <% for( let feature of category.features){ %> <%if(feature.description && feature.documentationUrl) {%> - <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info + <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More infoClick more info to learn more

' : ''] %> ">
<% } else if(feature.description) {%> <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info <% } else {%> @@ -252,7 +252,7 @@ <% for( let feature of category.features){ %> <%if(feature.description && feature.documentationUrl) {%> - <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info + <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More infoClick more info to learn more

' : ''] %> ">
<% } else if(feature.description) {%> <%- feature.name %><%- feature.comingSoon ? '*' : '' %>More info <% } else {%>