diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 8fec3c27..6e5e42a2 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -33,6 +33,7 @@ import RemixIcon from '~public/icons/Remix.svg' import SaveIcon from '~public/icons/Save.svg' import './index.scss' +import Tooltip from '~components/Tooltip' const Header = () => { // Localization @@ -226,28 +227,32 @@ const Header = () => { const saveButton = () => { return ( -