Skip to content

Commit 892fa0a

Browse files
authored
Fix Run in Colab thumbnails blocked by CSP (#37838)
1 parent 87d7bba commit 892fa0a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

website/www/site/layouts/shortcodes/button-colab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<td>
1515
<a class="button" target="_blank" href="{{ .Get `url` }}">
1616
<img alt="Run in Colab" width="32px" height="32px"
17-
src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" />
17+
src="/images/colab/icon32.png" />
1818
Run in Colab
1919
</a>
2020
</td>
1.38 KB
Loading

0 commit comments

Comments
 (0)