@jjlmoya/utils-tools 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -85,7 +85,7 @@ const ui: RoutesUI = {
|
|
|
85
85
|
};
|
|
86
86
|
|
|
87
87
|
export const content: ToolLocaleContent<RoutesUI> = {
|
|
88
|
-
slug: 'rutas
|
|
88
|
+
slug: 'rutas',
|
|
89
89
|
title: 'Calculadora de Rutas Óptimas Gratis',
|
|
90
90
|
description: 'Optimiza tus rutas de reparto o viaje gratis. Nuestra herramienta reordena tus paradas automáticamente para encontrar el camino más corto y eficiente.',
|
|
91
91
|
ui,
|