Skip to content

Commit

Permalink
Limpiando codigo para que no queden comentarios de cambios estructurales
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeOsuna committed Mar 22, 2024
1 parent dbe8add commit 5808370
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/atoms/CoffeeBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import IconCoffee from '../image/IconCoffee.svg';
const Logo = styled.div`
display: flex;
align-items: flex-start;
// justify-content: space-between;
gap: 1rem;
grid-area: banner;
`;
Expand Down
1 change: 0 additions & 1 deletion src/molecules/TopMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import H3 from '../atoms/H3';
const Nav = styled.div`
display: flex;
align-items: center;
// justify-content: space-between;
gap: 5rem;
grid-area: nav;
`;
Expand Down

0 comments on commit 5808370

Please sign in to comment.