diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index bf254a9a8..c2076d114 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -18,15 +18,15 @@
- -
Mempool Goggles: {{ goggleCycle[goggleIndex].name }}
+
+
Mempool Goggles: {{ goggleCycle[goggleIndex].name }}
 
{{ filter.name }}
diff --git a/frontend/src/app/dashboard/dashboard.component.scss b/frontend/src/app/dashboard/dashboard.component.scss index f6362bc21..704d02813 100644 --- a/frontend/src/app/dashboard/dashboard.component.scss +++ b/frontend/src/app/dashboard/dashboard.component.scss @@ -389,7 +389,7 @@ } } -.badge { +.goggle-badge { margin: 6px 5px 8px; background: none; border: solid 2px #105fb0;