Skip to content

Commit 1c73b90

Browse files
authored
fix header and footer (#27)
1 parent 32f5efc commit 1c73b90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/blog-starter-kit/themes/enterprise/components/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const Footer = () => {
137137
</div>
138138
<div className="col-span-2 flex flex-col items-end gap-5 text-right text-slate-600 dark:text-neutral-300 md:text-left">
139139
<SocialLinks />
140-
<p>&copy; 2024 MindsDB Inc.</p>
140+
<p>&copy; 2025 MindsDB Inc.</p>
141141
<p>
142142
<a href="https://mindsdb.com/privacy-policy" className="hover:underline">
143143
Privacy Policy

packages/blog-starter-kit/themes/enterprise/components/header.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const mindsCloudList = [
8787
Icon: <AboutUsSVG />,
8888
links: [
8989
{
90-
cta: 'Github →',
91-
link: 'https://github.com/mindsdb/mindsdb',
90+
cta: 'Learn more →',
91+
link: 'https://mindsdb.com/mindsdb',
9292
},
9393
{
9494
cta: 'Docs →',
@@ -436,7 +436,7 @@ export const Header = () => {
436436
<div className=" col-span-2 flex w-full flex-1 flex-row items-center justify-between gap-2 lg:col-span-1">
437437
<h1>
438438
<Link
439-
href={'/'}
439+
href={'https://mindsdb.com/'}
440440
aria-label={`${publication.title} blog home page`}
441441
className="flex flex-row items-center gap-3"
442442
>

0 commit comments

Comments
 (0)