Skip to content

Commit 35b7cfe

Browse files
committed
fix_prettier
Signed-off-by: Akella Srinivas <[email protected]>
1 parent ddbd171 commit 35b7cfe

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

src/components/Product.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
44

55
function UTG() {
66
return (
7-
<div className="rounded-lg w-full">
8-
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
7+
<div className="w-full rounded-lg">
8+
<div className="grid grid-cols-1 gap-4 md:grid-cols-3">
99
<div className="mt-5 flex flex-col space-y-3 text-lg">
1010
<Link
1111
className="text-foreground-light flex-grow text-sm"
1212
to={useBaseUrl("/running-keploy/unit-test-generator/")}
1313
>
14-
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 md:p-5 lg:p-6 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] h-full">
14+
<div className="h-full rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] md:p-5 lg:p-6">
1515
<div className="flex items-center space-x-4">
1616
<svg
1717
xmlns="http://www.w3.org/2000/svg"
18-
className="mb-4 h-8 w-8 md:h-10 md:w-10 lg:h-12 lg:w-12 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
18+
className="mb-4 h-8 w-8 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)] md:h-10 md:w-10 lg:h-12 lg:w-12"
1919
viewBox="0 0 64 64"
2020
width="13"
2121
height="16"
@@ -25,13 +25,13 @@ function UTG() {
2525
fill="#FF914D"
2626
/>
2727
</svg>
28-
<h2 className="mb-4 text-lg md:text-xl font-semibold">
28+
<h2 className="mb-4 text-lg font-semibold md:text-xl">
2929
Unit Testing Agent
3030
</h2>
3131
</div>
3232
<ul>
3333
<li>
34-
<p className="text-sm md:text-base leading-relaxed">
34+
<p className="text-sm leading-relaxed md:text-base">
3535
Generate reliable, validated tests as you code, ensuring
3636
coverage and stability.
3737
</p>
@@ -45,11 +45,11 @@ function UTG() {
4545
className="text-foreground-light flex-grow text-sm"
4646
to={useBaseUrl("keploy-explained/introduction")}
4747
>
48-
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 md:p-5 lg:p-6 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] h-full">
48+
<div className="h-full rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] md:p-5 lg:p-6">
4949
<div className="flex items-center space-x-4">
5050
<svg
5151
xmlns="http://www.w3.org/2000/svg"
52-
className="mb-4 h-8 w-8 md:h-10 md:w-10 lg:h-12 lg:w-12 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
52+
className="mb-4 h-8 w-8 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)] md:h-10 md:w-10 lg:h-12 lg:w-12"
5353
viewBox="0 0 100 100"
5454
width="13"
5555
height="16"
@@ -75,13 +75,13 @@ function UTG() {
7575
d="M39.802 14.307l-.117 11.834c0 2.21-2.085 3.666-4.036 3.666-1.951 0-4.217-1.439-4.217-3.649l.037-12.58c0-1.307 1.607-2.451 2.801-2.451 1.194 0 2.345 1.149 2.345 2.456l.021 10.829c0 0-.083.667-1.005.645-.507-.012-1.145-.356-1.016-.906v-9.843h-.813l-.021 9.708c0 1.38.54 1.948 1.875 1.948s1.959-.714 1.959-2.094V13.665c0-2.271-1.36-3.5-3.436-3.5s-3.564 1.261-3.564 3.532l.032 12.11c0 3.04 2.123 4.906 4.968 4.906 2.845 0 5-1.71 5-4.75V14.307H39.802zM53.114 52.307h-23c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h23c.276 0 .5.224.5.5S53.391 52.307 53.114 52.307zM44.114 59.307h-14c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h14c.276 0 .5.224.5.5S44.391 59.307 44.114 59.307zM70.114 59.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S70.391 59.307 70.114 59.307zM61.114 66.307h-11c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h11c.276 0 .5.224.5.5S61.391 66.307 61.114 66.307zM71.114 66.307h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5S71.391 66.307 71.114 66.307zM48.114 66.307h-18c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h18c.276 0 .5.224.5.5S48.391 66.307 48.114 66.307zM70.114 73.307h-13c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h13c.276 0 .5.224.5.5S70.391 73.307 70.114 73.307zM54.114 73.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S54.391 73.307 54.114 73.307z"
7676
/>
7777
</svg>
78-
<h2 className="mb-4 text-lg md:text-xl font-semibold">
78+
<h2 className="mb-4 text-lg font-semibold md:text-xl">
7979
Integration Testing
8080
</h2>
8181
</div>
8282
<ul>
8383
<li>
84-
<p className="text-sm md:text-base leading-relaxed">
84+
<p className="text-sm leading-relaxed md:text-base">
8585
Records and replays API calls with mocks for reliable
8686
integration testing and stability.
8787
</p>
@@ -95,11 +95,11 @@ function UTG() {
9595
className="text-foreground-light flex-grow text-sm"
9696
to={useBaseUrl("running-keploy/api-test-generator")}
9797
>
98-
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 md:p-5 lg:p-6 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] h-full">
98+
<div className="h-full rounded-lg bg-[color:var(--ifm-card-background-color)] p-4 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)] md:p-5 lg:p-6">
9999
<div className="flex items-center space-x-4">
100100
<svg
101101
xmlns="http://www.w3.org/2000/svg"
102-
className="mb-4 h-8 w-8 md:h-10 md:w-10 lg:h-12 lg:w-12 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
102+
className="mb-4 h-8 w-8 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)] md:h-10 md:w-10 lg:h-12 lg:w-12"
103103
viewBox="0 0 64 64"
104104
width="100"
105105
height="100"
@@ -216,13 +216,13 @@ function UTG() {
216216
</g>
217217
undefined
218218
</svg>
219-
<h2 className="mb-4 text-lg md:text-xl font-semibold">
219+
<h2 className="mb-4 text-lg font-semibold md:text-xl">
220220
API Testing Agent
221221
</h2>
222222
</div>
223223
<ul>
224224
<li>
225-
<p className="text-sm md:text-base leading-relaxed">
225+
<p className="text-sm leading-relaxed md:text-base">
226226
Generates API tests from your docs, covering edge cases,
227227
ensuring coverage.
228228
</p>
@@ -238,16 +238,17 @@ function UTG() {
238238

239239
export const Products = () => {
240240
return (
241-
<section className="mt-12 text-bold w-full">
242-
<div className="text-start mb-8">
241+
<section className="text-bold mt-12 w-full">
242+
<div className="mb-8 text-start">
243243
<h2 className="mb-4 text-2xl font-semibold tracking-wide md:text-3xl">
244244
Products 🛠️
245245
</h2>
246246
<p className="text-l mb-8 max-w-4xl">
247-
Keploy provides three key products that help you streamline your testing workflow:
247+
Keploy provides three key products that help you streamline your
248+
testing workflow:
248249
</p>
249250
</div>
250-
<UTG />
251+
<UTG />
251252
</section>
252253
);
253254
};

0 commit comments

Comments
 (0)