File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/blog-starter-kit/themes/enterprise/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 > © 2024 MindsDB Inc.</ p >
140+ < p > © 2025 MindsDB Inc.</ p >
141141 < p >
142142 < a href = "https://mindsdb.com/privacy-policy" className = "hover:underline" >
143143 Privacy Policy
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments