diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index b8bde51e..5cfb852f 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -72,7 +72,7 @@ select, .SelectTrigger { - // background: url("/icons/Arrow.svg"), $grey-90; + // background: url("/icons/Chevron.svg"), $grey-90; // background-repeat: no-repeat; // background-position-y: center; // background-position-x: 95%; diff --git a/components/Header/index.tsx b/components/Header/index.tsx index b40746d6..3a5ccbe5 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -31,7 +31,7 @@ import Button from '~components/common/Button' import Tooltip from '~components/common/Tooltip' import * as Switch from '@radix-ui/react-switch' -import ArrowIcon from '~public/icons/Arrow.svg' +import ChevronIcon from '~public/icons/Chevron.svg' import LinkIcon from '~public/icons/Link.svg' import MenuIcon from '~public/icons/Menu.svg' import RemixIcon from '~public/icons/Remix.svg' @@ -411,7 +411,7 @@ const Header = () => {