File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ export default function OrgSettings({ loaderData }: Route.ComponentProps) {
138
138
< h2 > Logo</ h2 >
139
139
< p className = "text-sm text-muted-foreground max-w-[500px]" >
140
140
Add the black logo mark of your organisation. If available, a compact
141
- (square-ish) version of the logo works best.
141
+ (square-ish) version of the logo works best. We will show the inverted logo when the user has dark mode enabled.
142
142
</ p >
143
143
< p className = "text-sm text-muted-foreground max-w-[500px]" >
144
- This needs to be scalable vector image (SVG) and the logo should be
144
+ This needs to be a scalable vector image (SVG) and the logo should be
145
145
placed in the center of a transparent canvas with no additional
146
146
padding around the edges.
147
147
</ p >
@@ -160,6 +160,7 @@ export default function OrgSettings({ loaderData }: Route.ComponentProps) {
160
160
</ div >
161
161
< div className = "border rounded-lg border-slate-600 aspect-square w-36 p-4 bg-slate-900 flex justify-center items-center" >
162
162
{ org . logo ? (
163
+
163
164
< img
164
165
src = { `/logo/org.svg?t=${ org . logo . updatedAt } ` }
165
166
alt = ""
You can’t perform that action at this time.
0 commit comments