Skip to content

Commit

Permalink
Add playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed May 1, 2024
1 parent c2c33e6 commit a2465a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/assets/icons/playwright.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/features/home/ui/technologies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import angular from '../../../../public/assets/icons/angular.svg'
import vue from '../../../../public/assets/icons/vue.svg'
import node from '../../../../public/assets/icons/node.svg'
import deno from '../../../../public/assets/icons/deno.svg'
import playwright from '../../../../public/assets/icons/playwright.svg'
import capacitor from '../../../../public/assets/icons/capacitor.svg'
import docker from '../../../../public/assets/icons/docker.svg'
import intellij from '../../../../public/assets/icons/intellij.svg'
Expand Down Expand Up @@ -51,6 +52,10 @@ export const Technologies: FC = () => {
image: cypress,
label: 'Cypress',
},
{
image: playwright,
label: 'Playwright',
},
{
image: jest,
label: 'Jest',
Expand Down

0 comments on commit a2465a0

Please sign in to comment.