refactor sites settings general form

This commit is contained in:
Milo Schwartz 2024-11-10 23:08:06 -05:00
parent a7955cb8d2
commit e77fb37ef1
No known key found for this signature in database
25 changed files with 159 additions and 367 deletions

View file

@ -37,6 +37,7 @@ export default function CopyTextBox({ text = "", wrapText = false }) {
<Button
variant="outline"
size="icon"
type="button"
className="absolute top-1 right-1 z-10"
onClick={copyToClipboard}
aria-label="Copy to clipboard"