Skip to content

Commit b94dbfe

Browse files
committed
fix(images): update PrototypeFund logo to dark version in hero section
1 parent 3952375 commit b94dbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ const heroContent = heroPage ? await heroPage.render() : null;
513513
class="max-w-md w-full h-auto rounded-lg shadow-lg hover:shadow-accent-cyan/30 transition-shadow duration-300 border-2 border-dark-600"
514514
/>
515515
<img
516-
src="https://github.com/BusySloths/mlox/blob/main/mlox/resources/PrototypeFund_logo_light.png?raw=true"
516+
src="https://github.com/BusySloths/mlox/blob/main/mlox/resources/PrototypeFund_logo_dark.png?raw=true"
517517
alt="PrototypeFund"
518518
class="max-w-sm w-full h-auto rounded-lg transition-shadow duration-300 border-0"
519519
/>

0 commit comments

Comments
 (0)