fix: portfolio example JSX error (#3886)
* fix: portfolio example JSX error * chore: add changeset * chore: update description
This commit is contained in:
parent
0fd645e32f
commit
cb6a973839
2 changed files with 7 additions and 2 deletions
5
.changeset/nervous-points-confess.md
Normal file
5
.changeset/nervous-points-confess.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'create-astro': patch
|
||||
---
|
||||
|
||||
Fix portfolio example JSX error
|
|
@ -16,11 +16,11 @@ const projects = (await Astro.glob("./project/**/*.md"))
|
|||
<head>
|
||||
<MainHead
|
||||
title="All Projects | Jeanine White"
|
||||
description="Learn about Jenine White"
|
||||
description="Learn about Jeanine White's most recent projects"
|
||||
s
|
||||
most
|
||||
recent
|
||||
projects'
|
||||
projects
|
||||
/>
|
||||
<style lang="scss">
|
||||
.grid {
|
||||
|
|
Loading…
Reference in a new issue