diff --git a/src/components/Layout/UserDropdown/index.tsx b/src/components/Layout/UserDropdown/index.tsx index b766bc4c..209dfa4d 100644 --- a/src/components/Layout/UserDropdown/index.tsx +++ b/src/components/Layout/UserDropdown/index.tsx @@ -67,7 +67,7 @@ const UserDropdown: React.FC = () => { > { @@ -78,12 +78,12 @@ const UserDropdown: React.FC = () => { onClick={() => setDropdownOpen(false)} > - {intl.formatMessage(messages.myprofile)} + {intl.formatMessage(messages.myprofile)} { @@ -94,17 +94,17 @@ const UserDropdown: React.FC = () => { onClick={() => setDropdownOpen(false)} > - {intl.formatMessage(messages.settings)} + {intl.formatMessage(messages.settings)} logout()} > - {intl.formatMessage(messages.signout)} + {intl.formatMessage(messages.signout)} diff --git a/src/components/Settings/SettingsJobsCache/index.tsx b/src/components/Settings/SettingsJobsCache/index.tsx index ffd3446f..992e3ac4 100644 --- a/src/components/Settings/SettingsJobsCache/index.tsx +++ b/src/components/Settings/SettingsJobsCache/index.tsx @@ -1,4 +1,4 @@ -import { PlayIcon, StopIcon, XCircleIcon } from '@heroicons/react/solid'; +import { PlayIcon, StopIcon, TrashIcon } from '@heroicons/react/outline'; import axios from 'axios'; import React from 'react'; import { @@ -226,7 +226,7 @@ const SettingsJobs: React.FC = () => { {formatBytes(cache.stats.vsize)}