File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ hooks for controlling what occurs when authentication succeeds or fails.
79
79
<div >
80
80
<a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_campaign=passportjs">
81
81
<picture>
82
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/jaredhanson/passport/master/sponsors/stytch-dark .png">
83
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/jaredhanson/passport/master/sponsors/stytch.png">
82
+ <source srcset="https://raw.githubusercontent.com/jaredhanson/passport/master/sponsors/stytch.png" media="(prefers-color-scheme: light) ">
83
+ <source srcset="https://raw.githubusercontent.com/jaredhanson/passport/master/sponsors/stytch-dark .png" media="(prefers-color-scheme: dark) ">
84
84
<img src="https://raw.githubusercontent.com/jaredhanson/passport/master/sponsors/stytch.png" width="275">
85
85
</picture>
86
86
<p>
You can’t perform that action at this time.
0 commit comments