Skip to content

Commit

Permalink
Merge org public gallery settings (#2356)
Browse files Browse the repository at this point in the history
- Merges public gallery settings into general org settings
- Adds help text to "Org URL" to highlight impact of changing slug
  • Loading branch information
SuaYoo authored Feb 10, 2025
1 parent 0e9e70f commit a04a228
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 401 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/copy-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class CopyField extends TailwindElement {
role="group"
class=${clsx(
tw`rounded border`,
this.filled && tw`bg-slate-50`,
this.filled ? tw`bg-slate-50` : tw`border-neutral-150`,
this.monostyle && tw`font-monostyle`,
)}
>
Expand Down
Loading

0 comments on commit a04a228

Please sign in to comment.