Skip to content

Commit 55e5ab8

Browse files
committed
fix(resume/projects): fix info
1 parent 25d03b0 commit 55e5ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/resume/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Projects = () => {
4646
details: [
4747
"Developed a Story Mapping Generator that compiles YAML-like code into SVG diagrams.",
4848
"Hosted a website to showcase product features, including an IntelliSense-enabled editor.",
49-
"Maintained coding standards through CI/CD pipelines using Biome and GitHub Actions.",
49+
"Maintained coding standards through CI/CD pipelines using ESLint, Prettier, and GitHub Actions.",
5050
],
5151
}),
5252
Project({

0 commit comments

Comments
 (0)