Skip to content

Commit

Permalink
feat: add youtube icon to header
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jul 5, 2021
1 parent 335b444 commit 80ed47e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ import { ComponentRouterModule } from '@angular-component/router';
<img src="assets/images/logos/github-icon.svg" />
</a>
</div>
<div class="w-8">
<a href="https://youtube.com/brandonrobertsdev" title="YouTube">
<img src="assets/images/logos/youtube-logo.png" />
</a>
</div>
<div class="w-8">
<a href="https://twitch.tv/brandontroberts" title="Twitch">
<svg width="43" height="50" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
Binary file added src/assets/images/logos/youtube-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80ed47e

Please sign in to comment.