diff options
author | 2022-07-11 18:10:05 +0200 | |
---|---|---|
committer | 2022-07-11 11:10:05 -0500 | |
commit | cb6a973839450dea1705407e1060919c946cca99 (patch) | |
tree | 5db47dc0546a02e90f1ea152d2b5db91074a1c11 | |
parent | 0fd645e32f897318b6d41e3e58b5f8ebf4baebac (diff) | |
download | astro-cb6a973839450dea1705407e1060919c946cca99.tar.gz astro-cb6a973839450dea1705407e1060919c946cca99.tar.zst astro-cb6a973839450dea1705407e1060919c946cca99.zip |
fix: portfolio example JSX error (#3886)
* fix: portfolio example JSX error
* chore: add changeset
* chore: update description
-rw-r--r-- | .changeset/nervous-points-confess.md | 5 | ||||
-rw-r--r-- | examples/portfolio/src/pages/projects.astro | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/nervous-points-confess.md b/.changeset/nervous-points-confess.md new file mode 100644 index 000000000..6eb277b55 --- /dev/null +++ b/.changeset/nervous-points-confess.md @@ -0,0 +1,5 @@ +--- +'create-astro': patch +--- + +Fix portfolio example JSX error diff --git a/examples/portfolio/src/pages/projects.astro b/examples/portfolio/src/pages/projects.astro index 42634eb0b..7537ed687 100644 --- a/examples/portfolio/src/pages/projects.astro +++ b/examples/portfolio/src/pages/projects.astro @@ -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 { |