Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: portfolio example JSX error #3886

Merged
merged 3 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion examples/portfolio/src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const projects = (await Astro.glob("./project/**/*.md"))
s
most
recent
projects'
projects
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this must have happened in #3862!

Would you mind updating the description attribute so that it says:

description="Learn about Jeanine White's most recent projects"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, totally missed this in my review of that PR, my apologies!

/>
<style lang="scss">
.grid {
Expand Down