Skip to content

Commit 023989f

Browse files
cassidoovinnymac
authored andcommitted
fix: angular should be lowercase in the footer (npmx-dev#775)
Co-authored-by: Cassidy Williams <cassidoo@users.noreply.github.com>
1 parent b9d9cea commit 023989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const frameworks = ref([
1414
{ name: 'next', package: 'next' },
1515
{ name: 'astro', package: 'astro' },
1616
{ name: 'typescript', package: 'typescript' },
17-
{ name: 'Angular', package: '@angular/core' },
17+
{ name: 'angular', package: '@angular/core' },
1818
])
1919
2020
async function search() {

0 commit comments

Comments
 (0)