diff --git a/src/App.module.scss b/src/App.module.scss deleted file mode 100644 index 7a57211..0000000 --- a/src/App.module.scss +++ /dev/null @@ -1,5 +0,0 @@ -.imageOpenerImage{ - display: block; - margin-left: auto; - margin-right: auto; -} \ No newline at end of file diff --git a/src/components/Breadcrum.tsx b/src/components/Breadcrum.tsx index e47fed9..e562d11 100644 --- a/src/components/Breadcrum.tsx +++ b/src/components/Breadcrum.tsx @@ -10,8 +10,8 @@ const Breadcrum: React.FC = (props) => { const parts = props.path.split("/").filter(e=>e.length > 0) return ( -