diff --git a/src/components/Buttons.tsx b/src/components/Buttons.tsx
index a2afabedb555e1058d7e76c80704b8178a6db5df..9a5e9f5fc8942bfd27abb2f0ec9d4f83a7431f03 100644
--- a/src/components/Buttons.tsx
+++ b/src/components/Buttons.tsx
@@ -25,7 +25,7 @@ export function Villagebutton({ title, source, page }: { title: string; source:
       </Link>
   )
 }
-
+ 
 export function Villbuttonrow(){
   return(
       <div className="small-row align-items-center bottom-buttons">
@@ -34,8 +34,8 @@ export function Villbuttonrow(){
         <Villagebutton page="/experiments?tab=heading" source="https://static.igem.wiki/teams/5247/design/icons/lab.png" title="Experiments"></Villagebutton>
         <Villagebutton page="/description?tab=obenindescription" source="https://static.igem.wiki/teams/5247/design/icons/dna.png" title="Description"></Villagebutton>
         <Villagebutton page="/engineering?tab=tab-our-cycle&scrollTo=ourcycle" source="https://static.igem.wiki/teams/5247/design/icons/genetic-engineering.png" title="Engineering"></Villagebutton>
-        <Villagebutton page="/safety?tab=obeninsafety" source="https://static.igem.wiki/teams/5247/design/icons/safety.png" title="Safety"></Villagebutton>
-        <Villagebutton page="/results?tab=resultheading" source="https://static.igem.wiki/teams/5247/design/icons/results.png" title="Results"></Villagebutton>
+        <Villagebutton page="/safety?tab=Role" source="https://static.igem.wiki/teams/5247/design/icons/safety.png" title="Safety"></Villagebutton>
+        <Villagebutton page="/results?tab=Abstract" source="https://static.igem.wiki/teams/5247/design/icons/results.png" title="Results"></Villagebutton>
       </div>  
   )
 }