Imporve the i18 and frontend UI pages
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
ChevronRight,
|
||||
Calendar,
|
||||
User,
|
||||
DollarSign,
|
||||
Euro,
|
||||
Truck
|
||||
} from 'lucide-react';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { useState, useEffect, useMemo } from 'react';
|
||||
import { ChefHat, Package, Clock, DollarSign, Star } from 'lucide-react';
|
||||
import { ChefHat, Package, Clock, Euro, Star } from 'lucide-react';
|
||||
import { StatusModal } from '../../ui/StatusModal/StatusModal';
|
||||
import { RecipeCreate, RecipeIngredientCreate, MeasurementUnit } from '../../../api/types/recipes';
|
||||
import { useIngredients } from '../../../api/hooks/inventory';
|
||||
@@ -402,7 +402,7 @@ export const CreateRecipeModal: React.FC<CreateRecipeModalProps> = ({
|
||||
},
|
||||
{
|
||||
title: 'Configuración Financiera',
|
||||
icon: DollarSign,
|
||||
icon: Euro,
|
||||
fields: [
|
||||
{
|
||||
key: 'estimated_cost_per_unit',
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
TrendingUp,
|
||||
Package,
|
||||
Users,
|
||||
DollarSign,
|
||||
Euro,
|
||||
BarChart3,
|
||||
Target,
|
||||
Activity,
|
||||
@@ -40,7 +40,7 @@ export const statIcons = {
|
||||
growth: TrendingUp,
|
||||
inventory: Package,
|
||||
users: Users,
|
||||
revenue: DollarSign,
|
||||
revenue: Euro,
|
||||
analytics: BarChart3,
|
||||
goals: Target,
|
||||
activity: Activity,
|
||||
|
||||
Reference in New Issue
Block a user