Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/data/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export const RESOURCES: Resource[] = [
href: "https://skills.yourlearning.ibm.com/channel/CNL_LCB_1569538212365",
label: "Communication Skills",
},
{
href: "https://drive.google.com/drive/folders/1cBvwkWFuX7uEps50on7f0ORQK64VHfj4",
label: "Acceso y uso de WatsoxAI",
},
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/pages/challenges.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { RESOURCES } from "@/data/resources";
>
<div class="bg-gray-500/20 px-8 py-2 border-b border-white/20">
<h2 class="text-sm font-semibold text-gray-200 text-left drop-shadow-md">
Problema 2: El Caos del Flujo de Mercancía
Problema 1: El Caos del Flujo de Mercancía
</h2>
</div>
<div
Expand All @@ -39,7 +39,7 @@ import { RESOURCES } from "@/data/resources";
>
<div class="bg-gray-500/20 px-8 py-2 border-b border-white/20">
<h2 class="text-sm font-semibold text-gray-200 text-left drop-shadow-md">
Problema 3: Sobreinventario y Venta Perdida
Problema 2: Sobreinventario y Venta Perdida
</h2>
</div>
<div
Expand Down