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 8ea5c0d commit 46800dcCopy full SHA for 46800dc
_static/molab.svg
_templates/nb-badges.html
@@ -21,7 +21,7 @@
21
<img src="{{ pathto('_static/colab.svg', 1) }}" alt="Open In Colab"/></a>
22
23
<a href="{{ 'https://molab.marimo.io/github/' + gh_basepath + file_path }}" target="_blank">
24
- <img src="https://marimo.io/molab-shield.png" alt="Open In molab"/></a>
+ <img src="{{ pathto('_static/molab.svg', 1) }}" alt="Open In molab"/></a>
25
</p>
26
</div>
27
{% endif %}
0 commit comments