We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01f808 commit 98cc1b6Copy full SHA for 98cc1b6
src/app/components/usage/usage.component.html
@@ -103,11 +103,17 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
103
<mat-icon svgIcon="github"></mat-icon>
104
Download your GitHub usage report
105
</button>
106
+ <a href="https://youtu.be/VSrB4Qhqgs8" target="_blank">
107
+ <button mat-button color="accent" style="margin-top: 40px;">
108
+ <mat-icon>video_library</mat-icon>
109
+ Watch Demo
110
+ </button>
111
+ </a>
112
<a href="https://github.com/austenstone/github-actions-usage-report" target="_blank">
113
<button mat-button color="accent" style="margin-top: 40px;">
114
<mat-icon>code</mat-icon>
115
Source Code
116
117
</a>
118
</div>
-</ng-container>
119
+</ng-container>
0 commit comments