Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Jan 16, 2024
1 parent 90e84fa commit 14ee057
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Centros de Servicio</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/ktronix/css/servicio.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/alkosto/css/servicio.css" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link href="https://cdn.jsdelivr.net/gh/ux-alkosto/icons/style.min.css" rel="stylesheet" />
</head>
Expand All @@ -23,7 +23,7 @@ <h2 class="service-centers__title">Centros de servicio</h2>
<p>Estamos a tu disposición en las líneas de atención: <a style="color: var(--link-text-color);"
href="tel:6014073033">(601) 4073033</a> en Bogotá, <a style="color: var(--link-text-color);"
href="tel:018000111448">018000111448</a> línea nacional o a través de la página web <a
style="color: var(--link-text-color);" href="/contactanos">https://www.ktronix.com/contactanos.</a>
style="color: var(--link-text-color);" href="/contactanos">https://www.alkosto.com/contactanos.</a>
</p>
<div class="service-centers__filters">
<div class="service-centers__filters__marca">
Expand Down Expand Up @@ -64,8 +64,8 @@ <h2 class="service-centers__title">Centros de servicio</h2>
src="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/ktronix/json/service-centers.json",
site: "ktronix",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/alkosto/json/service-centers.json",
site: "alkosto",
};
/*
const select = document.getElementById("categoria");
Expand Down

0 comments on commit 14ee057

Please sign in to comment.