Skip to content

Commit c89c754

Browse files
committed
Org logo info language update
1 parent cc0c1b7 commit c89c754

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/routes/org.settings.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ export default function OrgSettings({ loaderData }: Route.ComponentProps) {
138138
<h2>Logo</h2>
139139
<p className="text-sm text-muted-foreground max-w-[500px]">
140140
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.
142142
</p>
143143
<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
145145
placed in the center of a transparent canvas with no additional
146146
padding around the edges.
147147
</p>
@@ -160,6 +160,7 @@ export default function OrgSettings({ loaderData }: Route.ComponentProps) {
160160
</div>
161161
<div className="border rounded-lg border-slate-600 aspect-square w-36 p-4 bg-slate-900 flex justify-center items-center">
162162
{org.logo ? (
163+
163164
<img
164165
src={`/logo/org.svg?t=${org.logo.updatedAt}`}
165166
alt=""

0 commit comments

Comments
 (0)