Skip to content

Commit 98cc1b6

Browse files
committed
Add demo video link to usage component
1 parent f01f808 commit 98cc1b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app/components/usage/usage.component.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,17 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
103103
<mat-icon svgIcon="github"></mat-icon>
104104
Download your GitHub usage report
105105
</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>
106112
<a href="https://github.com/austenstone/github-actions-usage-report" target="_blank">
107113
<button mat-button color="accent" style="margin-top: 40px;">
108114
<mat-icon>code</mat-icon>
109115
Source Code
110116
</button>
111117
</a>
112118
</div>
113-
</ng-container>
119+
</ng-container>

0 commit comments

Comments
 (0)