Skip to content

Commit 46800dc

Browse files
committed
add a static svg, looks nicer
1 parent 8ea5c0d commit 46800dc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

_static/molab.svg

Lines changed: 20 additions & 0 deletions
Loading

_templates/nb-badges.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<img src="{{ pathto('_static/colab.svg', 1) }}" alt="Open In Colab"/></a>
2222

2323
<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>
24+
<img src="{{ pathto('_static/molab.svg', 1) }}" alt="Open In molab"/></a>
2525
</p>
2626
</div>
2727
{% endif %}

0 commit comments

Comments
 (0)