diff --git a/src/components/InstallReminder.js b/src/components/InstallReminder.js index 5643dbe6f..3088f70e4 100644 --- a/src/components/InstallReminder.js +++ b/src/components/InstallReminder.js @@ -5,15 +5,20 @@ export default function InstallReminder() { return (
+
Before running this sample, make sure Keploy is installed on your system.
@@ -21,13 +26,13 @@ export default function InstallReminder() { to="/docs/server/installation/" style={{ display: "inline-block", - marginTop: "0.5rem", padding: "0.6rem 1rem", background: "#e67e22", color: "#fff", borderRadius: "6px", fontWeight: "bold", textDecoration: "none", + alignSelf: "flex-start", }} > 👉 Go to Installation Guide diff --git a/src/components/QuickStartFilter.js b/src/components/QuickStartFilter.js index 15ad87f80..1e95f7463 100644 --- a/src/components/QuickStartFilter.js +++ b/src/components/QuickStartFilter.js @@ -11,7 +11,7 @@ import {FaDocker} from "react-icons/fa"; import {IoLogoJavascript} from "react-icons/io5"; // 🔹 Wrapper for icons to make them uniform -const IconWrapper = ({icon, bg}) => ( +const IconWrapper = ({icon, bg, darkBg}) => (+
{app.description}
@@ -160,7 +154,7 @@ export default function QuickstartFilter({defaultLanguage = null}) {No quickstarts available for this selection.
+No quickstarts available for this selection.
)}