diff --git a/public/index.html b/public/index.html index 89e08a8..e372c68 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ React App - +
diff --git a/src/App.tsx b/src/App.tsx index 3d1d69c..cf14b69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import FileBrowser from "./components/FileBrowser" const App: React.FC = () => { return ( -
+
) diff --git a/src/components/Breadcrum.tsx b/src/components/Breadcrum.tsx index c0d9250..789d6c4 100644 --- a/src/components/Breadcrum.tsx +++ b/src/components/Breadcrum.tsx @@ -11,7 +11,7 @@ const Breadcrum: React.FC = (props) => { const parts = props.path.split("/").filter(e=>e.length > 0) return ( -