Skip to content

Commit 59b8846

Browse files
authored
chore: review
1 parent c37e922 commit 59b8846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/vite-plugins/override-components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function resolveDefaultTopBar(defaultRoutes: boolean) {
114114
return './src/components/TopBar.astro';
115115
}
116116

117-
function resolveDefaultHeadLinks(defaultRoutes: boolean) {
117+
function resolveDefaultHeadTags(defaultRoutes: boolean) {
118118
if (defaultRoutes) {
119119
return '@tutorialkit/astro/default/components/HeadTags.astro';
120120
}

0 commit comments

Comments
 (0)