From d29c7863ddf0565686c59c03e90a01b3beff7a1c Mon Sep 17 00:00:00 2001 From: batmanisko Date: Mon, 3 Nov 2025 13:36:54 +0100 Subject: [PATCH] chat ikona misto barvicek --- client/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index c764ab6..5e86c82 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -10,7 +10,7 @@ import PizzaOrderList from './components/PizzaOrderList'; import SelectSearch, { SelectedOptionValue, SelectSearchOption } from 'react-select-search'; import 'react-select-search/style.css'; import './App.scss'; -import { faCircleCheck, faNoteSticky, faTrashCan } from '@fortawesome/free-regular-svg-icons'; +import { faCircleCheck, faNoteSticky, faTrashCan, faComment } from '@fortawesome/free-regular-svg-icons'; import { useSettings } from './context/settings'; import Footer from './components/Footer'; import { faChainBroken, faChevronLeft, faChevronRight, faGear, faSatelliteDish, faSearch } from '@fortawesome/free-solid-svg-icons'; @@ -542,7 +542,7 @@ function App() { {login} {userPayload.departureTime && ({userPayload.departureTime})} {userPayload.note && copyNote(userPayload.note!)} onKeyDown={(e) => { @@ -553,7 +553,7 @@ function App() { }} tabIndex={0} role="button" - > ({userPayload.note})} + > ({userPayload.note})} {login === auth.login && canChangeChoice && { setNoteModalOpen(true);