Skip to content

Commit cb3e20e

Browse files
committed
chore: use the puppeteer icon instead
1 parent 657b2c0 commit cb3e20e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/UseCases.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from "@headlessui/react";
22
import {
33
SiJest,
44
SiMockserviceworker,
5-
SiPlaywright,
5+
SiPuppeteer,
66
SiPrisma,
77
SiTypescript,
88
} from "react-icons/si";
@@ -127,16 +127,16 @@ export const UseCases = ({ codes }: Props) => {
127127
description="When writing E2E tests, you may sometimes want to pre-create test data in the database. Using FactoryJS allows you to prepare test data with simple code."
128128
libraries={[
129129
<Tooltip
130-
key="playwright"
131-
content="Playwright, Puppeteer, etc."
130+
key="puppeteer"
131+
content="Puppeteer, Playwright, etc."
132132
side="top"
133133
sideOffset={4}
134134
delayDuration={0}
135135
>
136136
<span className="p-2 hover:text-green-700">
137-
<SiPlaywright
137+
<SiPuppeteer
138138
className="text-2xl shrink-0"
139-
aria-label="Playwright, Puppeteer, etc."
139+
aria-label="Puppeteer, Playwright, etc."
140140
/>
141141
</span>
142142
</Tooltip>,

0 commit comments

Comments
 (0)