Skip to content

Commit 76cb592

Browse files
docs: fix resend logo in dark mode in providers page (#11219)
1 parent 51a8a06 commit 76cb592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/providers/resend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Callout, Tabs } from "nextra/components"
22
import { Code } from "@/components/Code"
33

4-
<img align="right" src="/img/providers/resend.svg" height="64" width="96" />
4+
<img align="right" src="/img/providers/resend.svg" className="dark:bg-[currentColor]" height="64" width="96" />
55

66
# Resend Provider
77

0 commit comments

Comments
 (0)