Skip to content

Commit

Permalink
Update detalle.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Apr 15, 2024
1 parent b4786bf commit 28b3e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/detalle.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link href="https://cdn.jsdelivr.net/gh/ux-alkosto/icons/style.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/stores/dist/ktronix/css/detalle.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/stores/dist/alkomprar/css/detalle.css">
</head>

<body>
Expand All @@ -21,7 +21,7 @@ <h3>Otras tiendas <span class="nombre-ciudad"></span></h3>
<a class="regresar" href="/nuestra-compania/tiendas">Regresar a tiendas</a>
</div>
<script>
const storesJsonFile = 'https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].8/dist/ktronix/json/tiendas.json';
const storesJsonFile = 'https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].9/dist/alkomprar/json/tiendas.json';
</script>
<script src="https://cdn.jsdelivr.net/gh/ux-alkosto/stores/dist/common/js/detalle.js" crossorigin="anonymous" type="module"></script>
</body>
Expand Down

0 comments on commit 28b3e69

Please sign in to comment.