chore: Refactor icon components

fix: Alignment of Outline logo component
This commit is contained in:
Tom Moor
2022-12-31 12:26:39 -05:00
parent 575f70a9e2
commit ad9525bfa3
28 changed files with 78 additions and 85 deletions

View File

@@ -5,7 +5,7 @@ import { useTranslation } from "react-i18next";
import styled from "styled-components";
import Document from "~/models/Document";
import Breadcrumb from "~/components/Breadcrumb";
import CollectionIcon from "~/components/CollectionIcon";
import CollectionIcon from "~/components/Icons/CollectionIcon";
import useStores from "~/hooks/useStores";
import { MenuInternalLink, NavigationNode } from "~/types";
import { collectionUrl } from "~/utils/routeHelpers";