From 3214070c80808eccd7a190c0d9f3c137573b0e2d Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 13 Aug 2024 18:01:12 +0200 Subject: [PATCH] bfh --- src/components/pdfs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pdfs.tsx b/src/components/pdfs.tsx index 9d0295d1..8bd4bc9d 100644 --- a/src/components/pdfs.tsx +++ b/src/components/pdfs.tsx @@ -20,7 +20,7 @@ export default function BFHpdf(){ <ButtonOne text="Flyers" open="flyers"></ButtonOne> </div> <div className="col"> - <ButtonOne text="Posters and Presentations" open="presis"></ButtonOne> + <ButtonOne text="Presentations" open="presis"></ButtonOne> </div> <div className="col"> <ButtonOne text="Judging Form" open="form"></ButtonOne> -- GitLab