diff --git a/assets/css/global.css b/assets/css/global.css index 84f817b9..f04ac2ed 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -44,10 +44,6 @@ html { background: linear-gradient(to left, var(--dark-800), transparent); } -.nuxt-icon svg { - margin-bottom: 0 !important; -} - .no-scrollbar::-webkit-scrollbar { display: none; } diff --git a/components/AdminPanel.vue b/components/AdminPanel.vue index c288f14c..3b2ec540 100644 --- a/components/AdminPanel.vue +++ b/components/AdminPanel.vue @@ -91,7 +91,7 @@ impersonationList.value = users as (User & { github_username: string })[]; if (impersonationList.value.length === 1) { - applyImpersonation(impersonationList.value[0]); + applyImpersonation(impersonationList.value[0]!); } } catch (error) { console.error('Error during impersonation:', error instanceof Error ? error.message : 'Unknown error'); diff --git a/components/AdoptProbe.vue b/components/AdoptProbe.vue index 60273201..4fd22562 100644 --- a/components/AdoptProbe.vue +++ b/components/AdoptProbe.vue @@ -81,7 +81,7 @@
Software probe
A Docker container that runs on your own hardware.
-