Customizing Ottehr Theming
Different parts of customizing Ottehr's theme are available.
Logos
To change the logos used in the patient application, put your logo in apps/intake/src/assets
, then change the file name in apps/intake/src/assets/index.ts
to the name of your file.
To change the logos used in the patient application, put your logo in apps/ehr/src/assets
, then change the file name that is used as an import in apps/ehr/src/components/navigation/Navbar.tsx
to the name of your file.
You can also add favicons by updating favicon.ico in each app.
Applications
Ottehr uses Oystehr Authentication for signing in users (however you can bring your own authentication). You can change the logo and name of the Application that users sign in to using the Oystehr Console (opens in a new tab). Go to the Applications (opens in a new tab) page on the Console and select the Application you want to change.