File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import aqua from '../assets/logo/aqua.svg';
33import tudoLogo from ' ../assets/logo/tudo.svg' ;
44
55const mail = " stars@lists.cs.tu-dortmund.de"
6+ const website = " https://aqua.cs.tu-dortmund.de"
67---
78
89<footer >
@@ -19,8 +20,8 @@ const mail = "stars@lists.cs.tu-dortmund.de"
1920 <p class =" font-semibold" >STARS: Scenario-Based Testing<br />of Automated Robotic Systems</p >
2021 <br >
2122 <br >
22- <p >E-Mail: <a href =" mailto:stars@lists.cs.tu-dortmund.de " >stars@lists.cs.tu-dortmund.de </a ></p >
23- <p >Web: <a href =`mailto:${ mail }` > { mail } </a ></p >
23+ <p >E-Mail: <a href =` mailto:${ mail }` > { mail } </a ></p >
24+ <p >Web: <a href ={ website } > { website } </a ></p >
2425 </div >
2526 </div >
2627 <div class =" flex flex-row justify-center space-x-4" >
You can’t perform that action at this time.
0 commit comments