diff --git a/pmp-frontend-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png b/pmp-frontend-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png new file mode 100644 index 0000000..57e7c16 Binary files /dev/null and b/pmp-frontend-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png differ diff --git a/pmp-frontend-app/src/components/HeaderComponent.tsx b/pmp-frontend-app/src/components/HeaderComponent.tsx index 6d2c3cb..7b91cd1 100644 --- a/pmp-frontend-app/src/components/HeaderComponent.tsx +++ b/pmp-frontend-app/src/components/HeaderComponent.tsx @@ -1,7 +1,7 @@ import { Link, NavLink } from 'react-router-dom'; import { ILink } from '../interfaces/types'; import { BUTTON_TYPE_ONE, LINK_CLASSES } from '../constants'; -import sciLifeLogo from '../assets/SciLifeLab logo/NEG/Digital/SciLifeLab_Logotype_NEG.png'; +import sciLifeLogo from '../assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png'; import { useLocation } from 'react-router-dom'; import { AboutPageContent, ContactPageContent, DataSourcesPageContent, EventsAndTrainingsPageContent, HomePageContent, PrivacyPageContent } from '../content/content'; @@ -59,7 +59,7 @@ export default function HeaderComponent() {
- SciLifeLab Logo + SciLifeLab Logo
@@ -69,7 +69,7 @@ export default function HeaderComponent() { ))}
-
+
{/* // This is the signin button. We can add this again once we have a user page, login, registration and features for users.