move cert to info box and add network access to create wizard

This commit is contained in:
miloschwartz
2026-07-07 14:51:15 -04:00
parent 4c8bd4db0a
commit beaa5735ce
8 changed files with 65 additions and 40 deletions
+2 -2
View File
@@ -195,7 +195,7 @@ export function LayoutSidebar({
sideOffset={8}
>
<p>
{t("resourceLauncherTitle")}
{t("resourceSidebarLauncherTitle")}
</p>
</TooltipContent>
</Tooltip>
@@ -211,7 +211,7 @@ export function LayoutSidebar({
<SquareMousePointer className="h-4 w-4" />
</span>
<span className="flex-1">
{t("resourceLauncherTitle")}
{t("resourceSidebarLauncherTitle")}
</span>
</Link>
)}