"use client" import { Link } from "react-router-dom" import { SettingsAppearanceCard } from "@/components/settings-appearance-card" import { Badge } from "@/components/ui/badge" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" const ORG_SETTINGS = [ { title: "Workspace identity", status: "Configured", icon: "fa-building-columns", description: "Johns Hopkins University, School of Medicine, Eastern time zone.", }, { title: "Builder permissions", status: "3 admins", icon: "fa-user-shield", description: "Platform creators can add products, edit nav, and sync tenant-products.json.", }, { title: "Product governance", status: "Review required", icon: "fa-shield-check", description: "New product shells require a DS review before production release.", }, { title: "Release persistence", status: "File-backed", icon: "fa-file-code", description: "Builder changes sync to public/tenant-products.json during local development.", }, ] as const export function SettingsOrganizationClient() { return (
Workspace-wide products and branding — shared across Exxat Prism, Exxat One — Schools, Exxat One — Sites, and custom products in this browser. Personal theme and tours live in{" "} profile settings . Add or hide products in the list below; builder-only exports still sync to{" "} public/tenant-products.json during local development.
{setting.description}