Skip to content

Commit

Permalink
adding the changes
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya-eddy <[email protected]>
  • Loading branch information
Aditya-eddy committed Apr 4, 2024
1 parent e2c2296 commit 4b7320c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/installation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const Installation = () => {
3. Test 🧪
</h1>
<p className=" text-gray-700 mb-2 mt-1 text-xs md:text-sm lg:text-base">
Shut down Database,Redis,Kafka, other services. Keploy don't need
Shut down Database , Redis , Kafka and other services. Keploy don't need
those during test.
</p>

Expand Down
6 changes: 4 additions & 2 deletions components/language.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export default function Language() {
</div>

{/* Items */}
<div className="grid max-w-sm grid-cols-6 gap-7 mx-auto md:max-w-4xl md:grid-cols-6 place-content-center">
<div className="grid max-w-sm grid-cols-6 gap-4 mx-auto md:max-w-4xl md:grid-cols-6 place-content-center">
{/* Item */}
<div className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto">
<svg
Expand Down Expand Up @@ -644,14 +644,16 @@ export default function Language() {
alt="C# Logo"
width={150} // Set the width of the image
height={80} // Set the height of the image
className="mb-2"
/>
</div>
<div className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto">
<Image
src="/images/frameworks/rust.svg" // Assuming the image file extension is .jpg
alt="C# Logo"
width={150} // Set the width of the image
height={80} // Set the height of the image
height={80} // Set the height of the image
className="mb-5"
/>
</div>
</div>
Expand Down

0 comments on commit 4b7320c

Please sign in to comment.