Skip to content

Commit bd764e9

Browse files
committed
fixed github repo star count promo bar
1 parent 93910fb commit bd764e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/promo_bar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<div class="col-12 flex justify-center items-center px-5">
66
<!-- Content -->
77
<span class="mr-3" style="font-size:16px; color:#005aa7;">
8-
<b>{{ .Get "content" }} <a href="https://github.com/NGO-Algorithm-Audit/Bias-detection-tool" style="text-decoration: underline;" target="_blank">GitHub</a></b>
8+
<b>{{ .Get "content" }} <a href="https://github.com/NGO-Algorithm-Audit/unsupervised-bias-detection" style="text-decoration: underline;" target="_blank">GitHub</a></b>
99
</span>
1010
<span>
11-
<iframe src="https://ghbtns.com/github-btn.html?user=NGO-Algorithm-Audit&repo=Bias-detection-tool&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
11+
<iframe src="https://ghbtns.com/github-btn.html?user=NGO-Algorithm-Audit&repo=unsupervised-bias-detection&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
1212
</span>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)