Skip to content

Commit b27efc3

Browse files
authored
fix: angular should be lowercase in the footer (#775)
Co-authored-by: Cassidy Williams <cassidoo@users.noreply.github.com>
1 parent 219ac17 commit b27efc3

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)