diff --git a/content/blog/what-is-mksaas.mdx b/content/blog/what-is-mksaas.mdx
index 3d34762..cd44d2f 100644
--- a/content/blog/what-is-mksaas.mdx
+++ b/content/blog/what-is-mksaas.mdx
@@ -64,7 +64,7 @@ Something a wise person once told me about typography is:
It's probably important that images look okay here by default as well:
+ );
+}
diff --git a/src/components/shared/built-with-button.tsx b/src/components/shared/built-with-button.tsx
index 4069f45..261c756 100644
--- a/src/components/shared/built-with-button.tsx
+++ b/src/components/shared/built-with-button.tsx
@@ -1,7 +1,7 @@
+import { buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import Link from "next/link";
-import { Logo } from "@/components/logo";
-import { buttonVariants } from "@/components/ui/button";
+import { MkSaaSLogo } from "@/components/logo-mksaas";
export default function BuiltWithButton() {
return (
@@ -15,7 +15,7 @@ export default function BuiltWithButton() {
>
Built with
-
+
MkSaaS