diff --git a/public/Logo.png b/public/Logo.png new file mode 100644 index 0000000..bdd8276 Binary files /dev/null and b/public/Logo.png differ diff --git a/public/index.html b/public/index.html index 139cc5a..b5667fe 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ content="Web site created using create-react-app" /> - Etaxi - App + Hijab - App
diff --git a/src/App.tsx b/src/App.tsx index d903f7f..3442259 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,7 +16,7 @@ const App = () => { {/* 404 Page */} }> } /> {/* Login Page */} - {/* }> } /> */} + }> } /> {/* route not in navigation */} diff --git a/src/Components/Karimalden/KarimField.tsx b/src/Components/Karimalden/KarimField.tsx index 0962c68..2ecdc51 100644 --- a/src/Components/Karimalden/KarimField.tsx +++ b/src/Components/Karimalden/KarimField.tsx @@ -2,6 +2,7 @@ import React from "react"; import "./KarimField.scss"; import { Date, Time, File, DataRange, SelectField, Default, CheckboxField } from './View'; import { KarimFieldProps } from "./types"; +import MaltyFile from "./View/MaltyFile"; const KarimField: React.FC = ({type = "text", ...otherProps}) => { switch (type) { @@ -15,6 +16,8 @@ const KarimField: React.FC = ({type = "text", ...otherProps}) = return