Skip to content

Commit

Permalink
Agregadas imágenes y corregido estilo de menú
Browse files Browse the repository at this point in the history
  • Loading branch information
Pachix-Dev committed Feb 8, 2024
1 parent e6a5859 commit 443d6ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
Binary file added public/heraldoHorizontal.webp
Binary file not shown.
19 changes: 12 additions & 7 deletions src/components/Home/SocialMediaSlide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ export function SocialMediaSlide() {
alt: 'AM ',
link: 'https://www.am.com.mx/',
},
{
src: '/heraldo.webp',
width: 200,
height: 133,
alt: 'Heraldo',
link: 'https://heraldodemexico.com.mx/',
},
{
src: '/directorioauto.webp',
width: 200,
Expand Down Expand Up @@ -130,6 +123,18 @@ export function SocialMediaSlide() {
alt: 'cosmos online ',
link: 'https://www.cosmos.com.mx/',
},
{
src: '/cuatrocero.webp',
width: 200,
alt: 'Cuatro Cero',
link: 'https://www.cosmos.com.mx/',
},
{
src: '/heraldoHorizontal.webp',
width: 200,
alt: 'Heraldo Mexico',
link: 'https://heraldodemexico.com.mx/',
},
]
return (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function Menu() {
<div>
<span className='bg-secondary rounded-circle p-2 d-inline-flex justify-content-center'>
<svg
class='w-3 h-3 text-black'
className='w-3 h-3 text-black'
aria-hidden='true'
xmlns='http://www.w3.org/2000/svg'
fill='white'
Expand Down

0 comments on commit 443d6ed

Please sign in to comment.