summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/Footer/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/components/Footer/Footer.astro')
-rw-r--r--examples/docs/src/components/Footer/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/components/Footer/Footer.astro b/examples/docs/src/components/Footer/Footer.astro
index 1ec756b86..8eab03d82 100644
--- a/examples/docs/src/components/Footer/Footer.astro
+++ b/examples/docs/src/components/Footer/Footer.astro
@@ -3,7 +3,7 @@ import AvatarList from './AvatarList.astro';
type Props = {
path: string;
};
-const { path } = Astro.props as Props;
+const { path } = Astro.props;
---
<footer>