feat(web): register Federation tab in instance settings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export function FederationPanel() {
|
||||
return (
|
||||
<div className="space-y-5">
|
||||
<h2 className="text-lg font-semibold text-txt-primary">Federation</h2>
|
||||
<div className="text-xs text-txt-tertiary">
|
||||
Configure federation relay, secret rotation, and manage peered instances.
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user