Fix info box ui

This commit is contained in:
Owen
2026-08-06 14:45:25 -04:00
parent f72252552f
commit a4d77a4fd3
6 changed files with 20 additions and 13 deletions
@@ -7,7 +7,7 @@ import {
InfoSections,
InfoSectionTitle
} from "@app/components/InfoSection";
import { SiteResourceInfoSections } from "@app/components/SiteResourceInfoBox";
import { PrivateResourceInfoSections } from "@app/components/PrivateResourceInfoBox";
import {
SettingsSection,
SettingsSectionBody,
@@ -353,7 +353,7 @@ function PrivateResourceDetails({
</SettingsSectionDescription>
</SettingsSectionHeader>
<SettingsSectionBody>
<SiteResourceInfoSections
<PrivateResourceInfoSections
siteResource={resource}
access={{
accessDisplay: launcherResource.accessDisplay,