diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 62e84b7..9882cc7 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -175,9 +175,10 @@ const PrivacyPage = () => { Example of how your data is presented in this Tech Survey

- In the 'find the expert' feature, we display an aggregate table - sorted by how many times a person indicated 'expert' for a - technique. This is to help you find the right person to ask for help + In the 'find the expert' feature, we display an aggregate + table sorted by how many times a person indicated 'expert' + for a technique. This is to help you find the right person to ask + for help

{Object.keys(aggregatedDataByRole).map((role) => { return ( @@ -207,7 +208,7 @@ const PrivacyPage = () => { ); })} -

+

Furthermore, we list who is an expert in that technique. If several participants have indicated for a technique that they are an expert in that field, the order in which this table is sorted along will be diff --git a/src/components/svg.tsx b/src/components/svg.tsx index bc71c67..c17e2d5 100644 --- a/src/components/svg.tsx +++ b/src/components/svg.tsx @@ -658,17 +658,14 @@ export function EmailLogo() { export function PhoneLogo() { return ( - + ); }