Skip to content

Commit 0de955a

Browse files
committed
chore: remove unused prop in Head.astro
1 parent 26efa28 commit 0de955a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/components/head/Head.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ interface Props {
1313
robots: string | undefined
1414
thumbnail: string
1515
title: string
16-
brand: string
1716
}
1817
19-
const { description, direction, layout, robots, thumbnail, title, brand } = Astro.props
18+
const { description, direction, layout, robots, thumbnail, title } = Astro.props
2019
2120
const canonicalUrl = new URL(Astro.url.pathname, Astro.site)
2221

0 commit comments

Comments
 (0)