Skip to content

Commit

Permalink
Add demo video link to usage component
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Feb 28, 2024
1 parent f01f808 commit 98cc1b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/components/usage/usage.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,17 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
<mat-icon svgIcon="github"></mat-icon>
Download your GitHub usage report
</button>
<a href="https://youtu.be/VSrB4Qhqgs8" target="_blank">
<button mat-button color="accent" style="margin-top: 40px;">
<mat-icon>video_library</mat-icon>
Watch Demo
</button>
</a>
<a href="https://github.com/austenstone/github-actions-usage-report" target="_blank">
<button mat-button color="accent" style="margin-top: 40px;">
<mat-icon>code</mat-icon>
Source Code
</button>
</a>
</div>
</ng-container>
</ng-container>

0 comments on commit 98cc1b6

Please sign in to comment.