From 48689eeefcfc253283c918e55e8f61359140888b Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 8 Jul 2024 18:41:00 +0200 Subject: [PATCH] platzhalter weg --- src/contents/contribution.tsx | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/contents/contribution.tsx b/src/contents/contribution.tsx index f5c49a4f..0a5f9f37 100644 --- a/src/contents/contribution.tsx +++ b/src/contents/contribution.tsx @@ -3,30 +3,7 @@ export function Contribution() { <> <div className="row mt-4"> <div className="col"> - <div className="bd-callout bd-callout-info"> - <h4>Bronze Medal Criterion #4</h4> - <p> - Make a useful contribution for future iGEM teams. Use this page to - document that contribution. - </p> - <p> - If you are making a contribution by adding information to an - existing Part or creating a new Part, you must document your - contribution on the Part's Main Page on the{" "} - <a href="https://parts.igem.org/Main_Page">Registry</a> for your - team to be eligible for this criteria. You can use this page to - link to that part and include additional information about your - contribution. - </p> - <hr /> - <p> - Please see the{" "} - <a href="https://competition.igem.org/judging/medals"> - 2024 Medals Page - </a>{" "} - for more information. - </p> - </div> + </div> </div> </> -- GitLab