fix: portfolio example JSX error (#3886)

* fix: portfolio example JSX error

* chore: add changeset

* chore: update description
This commit is contained in:
Tom Lienard 2022-07-11 18:10:05 +02:00 committed by GitHub
parent 0fd645e32f
commit cb6a973839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'create-astro': patch
---
Fix portfolio example JSX error

View file

@ -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 {