Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Mar 10, 2024
1 parent 9317e23 commit 4ba06a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/portfolio/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Item({ project }: Props) {
project.name
}
</h2>
<p>{project.description}</p>
<p dangerouslySetInnerHTML={{ __html: project.description }} />
<PortfolioItemFooter badges={project.skills} />
</div>
<Carousel className="portfolio-item-carousel" fade>
Expand Down
6 changes: 3 additions & 3 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const PROJECTS: Project[] = [
require("./assets/img/portfolio/wowsims-4.png"),
],
description: `
WoWSims is a fan-made open-source project to provide simulations for World of Warcraft® Classic™.
Since 2022 I've made thousands of contributions to the project, including a complete UI redesign and developing 5 different simulations.
WoWSims is a fan-made open-source project to provide simulations for World of Warcraft® Classic™.<br>
Since 2022 I've made thousands of contributions to the project, including a complete UI redesign and developing 5 different simulations.<br>
In 2024 I was made an admin of the project, and have since worked with our developers to launch new sites for
World of Warcraft® Classic Season of Discovery and Cataclysm Classic™.
`,
Expand Down Expand Up @@ -133,7 +133,7 @@ const PROJECTS: Project[] = [
require("./assets/img/portfolio/dutchie-pay-1.png"),
],
description: `
Dutchie Pay is Dutchie's premiere in-house payments service for online Cannabis payments.
Dutchie Pay is Dutchie's premiere in-house payments service for online Cannabis payments.<br>
I architected the workflows, services, & underlying relational data models for the project,
& also worked with the product & design teams to flesh out the UI/UX.
`,
Expand Down

0 comments on commit 4ba06a7

Please sign in to comment.