Skip to content

Commit

Permalink
fix: portfolio example JSX error (#3886)
Browse files Browse the repository at this point in the history
* fix: portfolio example JSX error

* chore: add changeset

* chore: update description
  • Loading branch information
QuiiBz committed Jul 11, 2022
1 parent 0fd645e commit cb6a973
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-points-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-astro': patch
---

Fix portfolio example JSX error
4 changes: 2 additions & 2 deletions examples/portfolio/src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cb6a973

Please sign in to comment.