Skip to content

Commit

Permalink
workaround imagenes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmanuelanton committed May 3, 2022
1 parent 463e32e commit 4667567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/AppBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const NavBar = () => {
<div className="flex-shrink-0 flex items-center">
<img
className="block h-10 w-auto mr-2 "
src='http://localhost:3000/images/logo.png'
src='http://dedethlon.francecentral.cloudapp.azure.com:3000/images/logo.png'
alt="Workflow"
/>
<h3 className="text-2xl tracking-tight font-extrabold text-purple-700">
Expand Down Expand Up @@ -77,7 +77,7 @@ const NavBar = () => {
<span className="sr-only">Opciones de usuario</span>
<img
className="h-8 w-8 rounded-full"
src='http://localhost:3000/images/user_icon.png'
src='http://dedethlon.francecentral.cloudapp.azure.com:3000/images/user_icon.png'
alt="user_icon"
/>
</Menu.Button>
Expand Down

0 comments on commit 4667567

Please sign in to comment.