diff --git a/frontend/peepal_react/public/favicon.ico b/frontend/peepal_react/public/favicon.ico index a11777c..4f17012 100644 Binary files a/frontend/peepal_react/public/favicon.ico and b/frontend/peepal_react/public/favicon.ico differ diff --git a/frontend/peepal_react/public/index.html b/frontend/peepal_react/public/index.html index aa069f2..9b94556 100644 --- a/frontend/peepal_react/public/index.html +++ b/frontend/peepal_react/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + PeePal diff --git a/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx b/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx index 37a28d9..5df50d7 100644 --- a/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx +++ b/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx @@ -2,11 +2,11 @@ export default function HozzaadForm() { const ToolTip = ({children, text}) => { return(
- {children} -
- {text} -
-
+ {children} +
+ {text} +
+ )