Skip to content

Commit 894a3c1

Browse files
authored
Merge pull request #514 from meven/update-youtube-fix-413
Update youtube icon, fix 413
2 parents f50e842 + c8ebdd5 commit 894a3c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/images/youtube.svg

Lines changed: 1 addition & 1 deletion
Loading

templates/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="four columns mt3 mt0-l">
2626
<h4>Social</h4>
2727
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/static/images/twitter.svg" alt="twitter logo"/></a>
28-
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img src="/static/images/youtube.svg" alt="youtube logo"/></a>
28+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="/static/images/youtube.svg" alt="youtube logo"/></a>
2929
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="/static/images/discord.svg" alt="discord logo"/></a>
3030
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="/static/images/github.svg" alt="github logo"/></a>
3131
</div>

0 commit comments

Comments
 (0)