Skip to content

Commit 1b3f3c1

Browse files
authored
Merge branch 'main' into rm-invalid-reference-in-setup-ci
2 parents 0a8fddb + b723f04 commit 1b3f3c1

17 files changed

+347
-229
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ npm start
160160
4. To reformat:
161161

162162
```sh
163-
npm prettier --write '**/*.{js,md}'
163+
npx prettier --write '**/*.{js,md}'
164164
```
165165

166166
5. Check the build status:

src/components/Community.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Community = () => {
1010
Are you curious, 🤔 or do you have questions burning in your mind? 🔥
1111
Look no further! Join our lively Community Forum where you can:
1212
</p>
13-
<ul className="grid gap-6 sm:grid-cols-2 xl:gap-8 list-none">
13+
<ul className="grid list-none gap-6 sm:grid-cols-2 xl:gap-8">
1414
{/*<li>*/}
1515
{/* <a*/}
1616
{/* href="https://community.keploy.io/"*/}

src/pages/concepts/reference/glossary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function Glossary() {
156156
description="User General Information about Keploy's Documentation"
157157
>
158158
<main className="margin-vert--lg container flex flex-col justify-evenly">
159-
<div className="pb-5 text-center font-bold text-4xl">Glossary</div>
159+
<div className="pb-5 text-center text-4xl font-bold">Glossary</div>
160160
<div className="flex flex-row justify-evenly">
161161
{new Array(26).fill(0).map((x, i) => (
162162
<button

src/pages/privacy-policy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function PrivacyPolicy() {
1212
description="Privacy Policy information about Keploy."
1313
>
1414
<main className="margin-vert--lg container">
15-
<div className="pb-5 text-center font-bold text-4xl">
15+
<div className="pb-5 text-center text-4xl font-bold">
1616
Keploy Inc. Privacy Policy
1717
</div>
1818
<p className="text-2l md:text-3l mb-2 font-bold tracking-wide">
258 KB
Loading
183 KB
Loading
379 KB
Loading
240 KB
Loading
253 KB
Loading
177 KB
Loading

0 commit comments

Comments
 (0)