Loading web/src/presentation/components/about_us/about_us_panel.tsx +3 −3 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ export const AboutUsPanel = () => { <div className="about_us_developers"> {developers.map((dev, index) => { return ( <div> <a key={index} style={style} href={dev.linkedInURL}> <div key={index}> <a style={style} href={dev.linkedInURL}> @ {dev.name + " " + dev.lastName + " (" + dev.role + ")"} </a> <div Loading @@ -71,7 +71,7 @@ export const AboutUsPanel = () => { }} > <h1 style={style}>Correo: </h1> <a key={index} style={style} href={"mailto:" + dev.email}> <a style={style} href={"mailto:" + dev.email}> {dev.email} </a> </div> Loading Loading
web/src/presentation/components/about_us/about_us_panel.tsx +3 −3 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ export const AboutUsPanel = () => { <div className="about_us_developers"> {developers.map((dev, index) => { return ( <div> <a key={index} style={style} href={dev.linkedInURL}> <div key={index}> <a style={style} href={dev.linkedInURL}> @ {dev.name + " " + dev.lastName + " (" + dev.role + ")"} </a> <div Loading @@ -71,7 +71,7 @@ export const AboutUsPanel = () => { }} > <h1 style={style}>Correo: </h1> <a key={index} style={style} href={"mailto:" + dev.email}> <a style={style} href={"mailto:" + dev.email}> {dev.email} </a> </div> Loading