Skip to content

Commit

Permalink
fix_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-kharrobi committed Aug 22, 2023
1 parent a24e1f3 commit 4d384fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/code/src/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Layout = () =>
return (
<div className='h-screen bg-base-200'>
<div className= " flex h-18 bg-base-100">
<img src={logo} className='p-3 w-24 '></img>
<img src={logo} alt="logo" className='p-3 w-24 '></img>
</div>
<div className='h-screen bg-base-100 w-20 '>
</div>
Expand Down

0 comments on commit 4d384fa

Please sign in to comment.