Skip to content

Commit

Permalink
Merge pull request #221 from Actualiza-Tu-Carro/favicon
Browse files Browse the repository at this point in the history
favicon act
  • Loading branch information
CBarreraB authored Nov 9, 2023
2 parents 3ff268a + 26786f0 commit 04532b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand Down
Binary file modified src/app/favicon.ico
Binary file not shown.
12 changes: 2 additions & 10 deletions src/assets/img/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import CompraSegura from './iconsImg/IconCompraSegura.webp';
import GarantiaServicioCliente from './iconsImg/IconGarantiaServicoAlCliente.webp';
import SelloGarantia from './iconsImg/SelloGarantia.webp';

// Importa las imágenes de la carpeta 'favicon'
import FaviconRed from './favicon/FaviconRed.webp';
import FaviconRedWhite from './favicon/FaviconRedWhite.webp';

// Importa las imágenes de la carpeta 'banners'
import BannerCarrucelFarolas from './banners/BannerCarucelFarolas.webp';
import BannerCarrucelMainCategory from './banners/BannerCarucelMainCategory.webp';
Expand All @@ -30,7 +26,7 @@ import BannerWomenAndCar from './banners/BannerWomenAndCar.webp';
import CategoryFarolas from './banners/CategoryFarolas.webp';
import FlyerCategores from './banners/FlyerCategories.webp';
import LogoCardBanner from './banners/LogoCardBanner.webp';
import BannerTitle from './banners/BannerTitle.webp'
import BannerTitle from './banners/BannerTitle.webp';

// Importa las imágenes de la carpeta 'categories'
import Cat01 from './categories/Cat01.png';
Expand Down Expand Up @@ -62,10 +58,6 @@ export const Images = {
GarantiaServicioCliente,
SelloGarantia,
},
favicon: {
FaviconRed,
FaviconRedWhite,
},
banners: {
BannerCarrucelFarolas,
BannerCarrucelMainCategory,
Expand All @@ -78,7 +70,7 @@ export const Images = {
CategoryFarolas,
FlyerCategores,
LogoCardBanner,
BannerTitle
BannerTitle,
},
categories: {
Cat01,
Expand Down

0 comments on commit 04532b0

Please sign in to comment.