0
Fork 0
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:
Tom Lienard 2022-07-11 18:10:05 +02:00 committed by GitHub
parent 0fd645e32f
commit cb6a973839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'create-astro': patch
---
Fix portfolio example JSX error

View file

@ -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 {