diff --git a/app/(marketing)/layout.tsx b/app/(marketing)/layout.tsx
index f7843da..60b08bd 100644
--- a/app/(marketing)/layout.tsx
+++ b/app/(marketing)/layout.tsx
@@ -1,6 +1,6 @@
+import { NavMobile } from "@/components/layout/mobile-nav";
import { NavBar } from "@/components/layout/navbar";
import { SiteFooter } from "@/components/layout/site-footer";
-import { NavMobile } from "@/components/layout/mobile-nav";
interface MarketingLayoutProps {
children: React.ReactNode;
@@ -8,10 +8,12 @@ interface MarketingLayoutProps {
export default function MarketingLayout({ children }: MarketingLayoutProps) {
return (
-
+
- {children}
+
+ {children}
+
);
diff --git a/app/(protected)/dashboard/records/record-list.tsx b/app/(protected)/dashboard/records/record-list.tsx
index 3919a6e..ab39f0d 100644
--- a/app/(protected)/dashboard/records/record-list.tsx
+++ b/app/(protected)/dashboard/records/record-list.tsx
@@ -138,7 +138,7 @@ export default function UserRecordsList({ user }: RecordListProps) {
/>
)}
-
+
Type
diff --git a/app/(protected)/dashboard/urls/url-list.tsx b/app/(protected)/dashboard/urls/url-list.tsx
index 5c6d5a7..9d527d0 100644
--- a/app/(protected)/dashboard/urls/url-list.tsx
+++ b/app/(protected)/dashboard/urls/url-list.tsx
@@ -128,7 +128,7 @@ export default function UserUrlsList({ user }: UrlListProps) {
/>
)}
-
+
Target
@@ -162,7 +162,7 @@ export default function UserUrlsList({ user }: UrlListProps) {
>
);
diff --git a/components/layout/dashboard-sidebar.tsx b/components/layout/dashboard-sidebar.tsx
index 65776c2..c814de1 100644
--- a/components/layout/dashboard-sidebar.tsx
+++ b/components/layout/dashboard-sidebar.tsx
@@ -190,15 +190,6 @@ export function DashboardSidebar({ links }: DashboardSidebarProps) {
oiov
.
Built with{" "}
-
- Nextjs
- {" "}
- &{" "}
) {
return (
-