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

Conversation

QuiiBz
Copy link
Contributor

@QuiiBz QuiiBz commented Jul 10, 2022

Changes

I created a new Astro project with the portfolio template and noticed a JSX error in src/pages/projects.astro (an extra ' after the projects prop), so this PR remove it.

I've also noticed that the dev server starts and render the page without any error/bug with this extra ', so this is not really a bug, more of a typo.

Testing

No test was added since this concern the portfolio example.

Docs

No doc was changed since this concern the portfolio example.

@changeset-bot
Copy link

changeset-bot bot commented Jul 10, 2022

🦋 Changeset detected

Latest commit: 2833719

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-astro Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: example Related to an example package (scope) label Jul 10, 2022
@@ -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!

Copy link
Member

@natemoo-re natemoo-re left a comment

Choose a reason for hiding this comment

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

Looks great, thank you!

@natemoo-re natemoo-re merged commit cb6a973 into withastro:main Jul 11, 2022
@astrobot-houston astrobot-houston mentioned this pull request Jul 11, 2022
@QuiiBz QuiiBz deleted the fix/portfolio-example branch July 11, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: example Related to an example package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants