Skip to content

Commit d727e1e

Browse files
committed
Update logo
1 parent c56d930 commit d727e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-concepts/themes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const ThemeCard = ({ title, value, description, href }) => {
99
return (
1010
<a className="mt-4 gap-10 group cursor-pointer" href={href}>
1111
<div>
12-
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all block dark:hidden" src={`/images/themes/${value}-light.png`} alt={title} noZoom />
13-
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all hidden dark:block" src={`/images/themes/${value}-dark.png`} alt={title} noZoom />
12+
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all block dark:hidden" src={`https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/themes/${value}-light.png`} alt={title} noZoom />
13+
<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all hidden dark:block" src={`https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/themes/${value}-dark.png`} alt={title} noZoom />
1414
</div>
1515
<div>
1616
<div className="mt-4 flex space-x-2 items-center">

0 commit comments

Comments
 (0)