Commit 1c73b90 1 parent 32f5efc commit 1c73b90 Copy full SHA for 1c73b90
File tree 2 files changed +4
-4
lines changed
packages/blog-starter-kit/themes/enterprise/components
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export const Footer = () => {
137
137
</ div >
138
138
< div className = "col-span-2 flex flex-col items-end gap-5 text-right text-slate-600 dark:text-neutral-300 md:text-left" >
139
139
< SocialLinks />
140
- < p > © 2024 MindsDB Inc.</ p >
140
+ < p > © 2025 MindsDB Inc.</ p >
141
141
< p >
142
142
< a href = "https://mindsdb.com/privacy-policy" className = "hover:underline" >
143
143
Privacy Policy
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ const mindsCloudList = [
87
87
Icon : < AboutUsSVG /> ,
88
88
links : [
89
89
{
90
- cta : 'Github →' ,
91
- link : 'https://github .com/mindsdb /mindsdb' ,
90
+ cta : 'Learn more →' ,
91
+ link : 'https://mindsdb .com/mindsdb' ,
92
92
} ,
93
93
{
94
94
cta : 'Docs →' ,
@@ -436,7 +436,7 @@ export const Header = () => {
436
436
< div className = " col-span-2 flex w-full flex-1 flex-row items-center justify-between gap-2 lg:col-span-1" >
437
437
< h1 >
438
438
< Link
439
- href = { '/' }
439
+ href = { 'https://mindsdb.com /' }
440
440
aria-label = { `${ publication . title } blog home page` }
441
441
className = "flex flex-row items-center gap-3"
442
442
>
You can’t perform that action at this time.
0 commit comments