From 0f14eef32ec2f2d81e88e37999e9a5cb200fc3b5 Mon Sep 17 00:00:00 2001 From: Lisa Wiesner <lisa.wiesner@uni-bielefeld.de> Date: Thu, 26 Sep 2024 15:48:36 +0000 Subject: [PATCH] Update 2 files - /src/contents/Human Practices/IHP.tsx - /src/contents/Human Practices/Further Engagement/Entrepreneurship.tsx --- .../Human Practices/Further Engagement/Entrepreneurship.tsx | 1 + src/contents/Human Practices/IHP.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/Human Practices/Further Engagement/Entrepreneurship.tsx b/src/contents/Human Practices/Further Engagement/Entrepreneurship.tsx index fdcc7e6d..e7f12b3a 100644 --- a/src/contents/Human Practices/Further Engagement/Entrepreneurship.tsx +++ b/src/contents/Human Practices/Further Engagement/Entrepreneurship.tsx @@ -15,6 +15,7 @@ export function HPEntrepreneur(){ </div> </div> + <div id="ent-overview" className="ent-interview" style={{display: "block"}}> <H4 id="ent-heading" text="Our education and outreach"/> <p>Education and outreach remain vital, even without being a special prize focus. They help us share knowledge, inspire people, and create lasting impact. By making information accessible, we empower the public to make informed decisions and engage in meaningful discussions.</p> diff --git a/src/contents/Human Practices/IHP.tsx b/src/contents/Human Practices/IHP.tsx index dc54f702..b52c4325 100644 --- a/src/contents/Human Practices/IHP.tsx +++ b/src/contents/Human Practices/IHP.tsx @@ -3,7 +3,6 @@ import { HPTimeline } from "../../components/HP-timeline"; import { LoremMedium, LoremShort } from "../../components/Loremipsum"; import { Section, Subesction } from "../../components/sections"; import { HP3new } from "./HP svgs/hp3"; -import HP4 from "./HP svgs/hp4"; import { HPUnderstanding } from "./HP svgs/understanding"; export function HPIntegrated(){ -- GitLab