mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
fix: portfolio example JSX error (#3886)
* fix: portfolio example JSX error * chore: add changeset * chore: update description
This commit is contained in:
parent
0fd645e32f
commit
cb6a973839
2 changed files with 7 additions and 2 deletions
5
.changeset/nervous-points-confess.md
Normal file
5
.changeset/nervous-points-confess.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'create-astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix portfolio example JSX error
|
|
@ -16,11 +16,11 @@ const projects = (await Astro.glob("./project/**/*.md"))
|
||||||
<head>
|
<head>
|
||||||
<MainHead
|
<MainHead
|
||||||
title="All Projects | Jeanine White"
|
title="All Projects | Jeanine White"
|
||||||
description="Learn about Jenine White"
|
description="Learn about Jeanine White's most recent projects"
|
||||||
s
|
s
|
||||||
most
|
most
|
||||||
recent
|
recent
|
||||||
projects'
|
projects
|
||||||
/>
|
/>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.grid {
|
.grid {
|
||||||
|
|
Loading…
Add table
Reference in a new issue