Skip to content

Commit 6ce5b7a

Browse files
KianNHkodster28
andauthored
Update src/components/TutorialsGrid.astro
Co-authored-by: Kody Jackson <[email protected]>
1 parent 4ea5598 commit 6ce5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TutorialsGrid.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const productEntry = await getEntry(product);
3535
3636
if (!productEntry) {
3737
throw new Error(
38-
`[ListTutorials] Unable to find product YAML for ${product.id}.`,
38+
`[TutorialsGrid] Unable to find product YAML for ${product.id}.`,
3939
);
4040
}
4141

0 commit comments

Comments
 (0)