mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-24 01:11:29 +02:00
update position of not connected text
This commit is contained in:
@@ -5,11 +5,7 @@ import { EmptyState } from "./EmptyState";
|
||||
export const NotConnectedState = () => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<div
|
||||
className={
|
||||
"h-full flex-1 flex items-start justify-center pt-36 top-[0.6rem] px-6 relative"
|
||||
}
|
||||
>
|
||||
<div className={"relative w-full top-[3rem]"}>
|
||||
<EmptyState
|
||||
icon={GlobeOffIcon}
|
||||
title={t("notConnected.title")}
|
||||
|
||||
Reference in New Issue
Block a user