Skip to content

Commit

Permalink
fix: default app template create cmp button
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 29, 2023
1 parent e94ecec commit 309079a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export const appComponentHtmlFile = (): ComponentFile => {
<button class="card card-small" (click)="selection.value = 'pwa'" tabindex="0">
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>
<span>Add PWA Support</span>
<span>Create component</span>
</button>
<button class="card card-small" (click)="selection.value = 'dependency'" tabindex="0">
Expand Down
2 changes: 1 addition & 1 deletion integration/demo-app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h2>Next Steps</h2>

<button class="card card-small" (click)="selection.value = 'pwa'" tabindex="0">
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>
<span>Add PWA Support</span>
<span>Create component</span>
</button>

<button class="card card-small" (click)="selection.value = 'dependency'" tabindex="0">
Expand Down

0 comments on commit 309079a

Please sign in to comment.