diff --git a/pages/_app.tsx b/pages/_app.tsx index 145e649..96e8c82 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,4 +1,3 @@ -import { UserManagerWrapper } from "@/util/UserManaged" import "../styles/tailwind.css" import '@/submodules/tailwind-config/global.css'; import { theme, globalStyles, ThemeProps } from "@ory/themes" @@ -24,9 +23,7 @@ function MyApp({ Component, pageProps }: AppProps) {
Or - Register account - - no credit card required! -
- ) : (<> -You don't have an account yet? - Sign up here (local) -
- >)}> - ) : (<>>)} +Or + Register account - + no credit card required! +
- {selectedRole === 'engineer' ? 'Administers the project and works on programmatic tasks such as labeling automation or filter settings.' : selectedRole === 'expert' ? 'Working on reference manual labels, which can be used by the engineering team to estimate the data quality.' : 'Working on manual labels as if they were heuristics. They can be switched on/off by the engineering team, so that the engineers can in - or exclude them during weak supervision.'} -
-- {selectedRole === 'engineer' ? 'They have access to all features of the application, including the Python SDK.' : selectedRole === 'expert' ? 'They have access to the labeling view only.' : 'They have access to a task-minimized labeling view only. Engineers can revoke their access to the labeling view.'} -
-