Skip to content

Commit

Permalink
docs: fix resend logo in dark mode in providers page (#11219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyathedev committed Jun 21, 2024
1 parent 51a8a06 commit 76cb592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/providers/resend.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Callout, Tabs } from "nextra/components"
import { Code } from "@/components/Code"

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

# Resend Provider

Expand Down

0 comments on commit 76cb592

Please sign in to comment.