Skip to content

Commit e1fc8f2

Browse files
committed
feat(landing): add stack setup guide link to TaskManagementStack repository
1 parent f6c4fa6 commit e1fc8f2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/app/features/landing/components/landing-page/landing-page.component.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ <h1>Plan, track, and deliver work with a modern Kanban workflow.</h1>
2323

2424
<div class="landing__cta">
2525
<button pButton type="button" size="large" label="Get Started" icon="pi pi-arrow-right" iconPos="right" (click)="signIn()"></button>
26+
<a
27+
pButton
28+
severity="secondary"
29+
outlined="true"
30+
icon="pi pi-github"
31+
iconPos="left"
32+
label="Stack Setup Guide"
33+
href="https://github.com/Diogo-Ferraz/TaskManagementStack"
34+
target="_blank"
35+
rel="noopener noreferrer">
36+
</a>
2637
</div>
2738

2839
@if (isDebugEntryEnabled()) {

0 commit comments

Comments
 (0)