Skip to content

Commit cb6a973

Browse files
authored
fix: portfolio example JSX error (#3886)
* fix: portfolio example JSX error * chore: add changeset * chore: update description
1 parent 0fd645e commit cb6a973

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/nervous-points-confess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-astro': patch
3+
---
4+
5+
Fix portfolio example JSX error

examples/portfolio/src/pages/projects.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ const projects = (await Astro.glob("./project/**/*.md"))
1616
<head>
1717
<MainHead
1818
title="All Projects | Jeanine White"
19-
description="Learn about Jenine White"
19+
description="Learn about Jeanine White's most recent projects"
2020
s
2121
most
2222
recent
23-
projects'
23+
projects
2424
/>
2525
<style lang="scss">
2626
.grid {

0 commit comments

Comments
 (0)