diff --git a/frontend/src/HomePage/HomePage.jsx b/frontend/src/HomePage/HomePage.jsx index 2b9586029a..3af41903aa 100644 --- a/frontend/src/HomePage/HomePage.jsx +++ b/frontend/src/HomePage/HomePage.jsx @@ -958,34 +958,6 @@ class HomePageComponent extends React.Component { const isAdmin = authenticationService?.currentSessionValue?.admin; const isBuilder = authenticationService?.currentSessionValue?.is_builder; - const testGroups = [ - { name: 'Group 1' }, - { name: 'Group 2 long name' }, - { name: 'Group 3 med' }, - { name: 'Group 4 med' }, - { name: 'Group 4 really long name' }, - { name: 'Group 1' }, - { name: 'Group 2 long name' }, - { name: 'Group 3 med' }, - { name: 'Group 4 med' }, - { name: 'Group 4 really long name' }, - { name: 'Group 1' }, - { name: 'Group 2 long name' }, - { name: 'Group 3 med' }, - { name: 'Group 4 med' }, - { name: 'Group 4 really long name' }, - { name: 'Group 1' }, - { name: 'Group 2 long name' }, - { name: 'Group 3 med' }, - { name: 'Group 4 med' }, - { name: 'Group 4 really long name' }, - { name: 'Group 1' }, - { name: 'Group 2 long name' }, - { name: 'Group 3 med' }, - { name: 'Group 4 med' }, - { name: 'Group 4 really long name' }, - ]; - //import app missing groups modal config const threshold = 3; const isLong = missingGroups.length > threshold; diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 50894aefbf..1b0c48850c 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -18883,7 +18883,6 @@ section.ai-message-prompt-input-wrapper { .header { padding-top: 12px; - padding-left: 4px; font-weight: 500; font-size: 14px; }