We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3952375 commit b94dbfeCopy full SHA for b94dbfe
1 file changed
website/src/pages/index.astro
@@ -513,7 +513,7 @@ const heroContent = heroPage ? await heroPage.render() : null;
513
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"
514
/>
515
<img
516
- src="https://github.com/BusySloths/mlox/blob/main/mlox/resources/PrototypeFund_logo_light.png?raw=true"
+ src="https://github.com/BusySloths/mlox/blob/main/mlox/resources/PrototypeFund_logo_dark.png?raw=true"
517
alt="PrototypeFund"
518
class="max-w-sm w-full h-auto rounded-lg transition-shadow duration-300 border-0"
519
0 commit comments