diff --git a/src/popup/components/Locations/Reload.tsx b/src/popup/components/Locations/Reload.tsx
index e9ea64ac6..c90b1f401 100644
--- a/src/popup/components/Locations/Reload.tsx
+++ b/src/popup/components/Locations/Reload.tsx
@@ -29,6 +29,7 @@ export const Reload = observer(() => {
const iconClass = cn(
'icon',
'icon--button',
+ 'endpoints__reload-icon',
{ 'endpoints__reload-icon--active': arePingsRecalculating },
);
diff --git a/src/popup/components/Locations/Search.tsx b/src/popup/components/Locations/Search.tsx
index de591d682..389d04034 100644
--- a/src/popup/components/Locations/Search.tsx
+++ b/src/popup/components/Locations/Search.tsx
@@ -21,7 +21,7 @@ export const Search = ({ value, handleChange, handleClear }: SearchProps) => {
{
diff --git a/src/popup/components/Settings/GlobalControl/GlobalControl.tsx b/src/popup/components/Settings/GlobalControl/GlobalControl.tsx
index 8d53f1cc4..1e22b01ec 100644
--- a/src/popup/components/Settings/GlobalControl/GlobalControl.tsx
+++ b/src/popup/components/Settings/GlobalControl/GlobalControl.tsx
@@ -84,7 +84,7 @@ export const GlobalControl = observer(() => {
<>