Skip to content

Commit 86abb5d

Browse files
committed
updated
1 parent 6573a13 commit 86abb5d

File tree

4 files changed

+4
-4
lines changed
  • nextkit-nextjs-prisma-mongodb/src/app
  • nextkit-nextjs-prisma-supabase/src/app

4 files changed

+4
-4
lines changed

nextkit-nextjs-prisma-mongodb/src/app/(DashboardLayout)/layout/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Header = () => {
8080
color={"primary"}
8181
as={Link}
8282
size={"md"}
83-
href="https://adminmart.com/product/modernize-tailwind-nextjs-dashboard-template/"
83+
href="https://www.wrappixel.com/templates/nextkit-free-admin-panel-with-supabase-mongodb/"
8484
className="w-full rounded-md py-0"
8585
>
8686
Download Free

nextkit-nextjs-prisma-mongodb/src/app/components/dashboard/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Link from "next/link"
33
export const Footer = () => {
44
return (
55
<>
6-
<p className="text-base text-center text-bodytext font-medium">Design and Developed by <Link href="https://adminmart.com/" className="text-primary font-normal underline hover:text-primaryemphasis" >adminmart.com</Link> </p>
6+
<p className="text-base text-center text-bodytext font-medium">Design and Developed by <Link href="https://www.wrappixel.com" className="text-primary font-normal underline hover:text-primaryemphasis" >wrappixel.com</Link> </p>
77
</>
88
)
99
}

nextkit-nextjs-prisma-supabase/src/app/(DashboardLayout)/layout/vertical/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Header = () => {
8080
color={"primary"}
8181
as={Link}
8282
size={"md"}
83-
href="https://adminmart.com/product/modernize-tailwind-nextjs-dashboard-template/"
83+
href="https://www.wrappixel.com/templates/nextkit-free-admin-panel-with-supabase-mongodb/"
8484
className="w-full rounded-md py-0"
8585
>
8686
Download Free

nextkit-nextjs-prisma-supabase/src/app/components/dashboard/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Link from "next/link"
33
export const Footer = () => {
44
return (
55
<>
6-
<p className="text-base text-center text-bodytext font-medium">Design and Developed by <Link href="https://adminmart.com/" className="text-primary font-normal underline hover:text-primaryemphasis" >adminmart.com</Link> </p>
6+
<p className="text-base text-center text-bodytext font-medium">Design and Developed by <Link href="https://www.wrappixel.com" className="text-primary font-normal underline hover:text-primaryemphasis" >adminmart.com</Link> </p>
77
</>
88
)
99
}

0 commit comments

Comments
 (0)