Skip to content

Commit

Permalink
fix header and footer (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 authored Jan 21, 2025
1 parent 32f5efc commit 1c73b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const Footer = () => {
</div>
<div className="col-span-2 flex flex-col items-end gap-5 text-right text-slate-600 dark:text-neutral-300 md:text-left">
<SocialLinks />
<p>&copy; 2024 MindsDB Inc.</p>
<p>&copy; 2025 MindsDB Inc.</p>
<p>
<a href="https://mindsdb.com/privacy-policy" className="hover:underline">
Privacy Policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const mindsCloudList = [
Icon: <AboutUsSVG />,
links: [
{
cta: 'Github →',
link: 'https://github.com/mindsdb/mindsdb',
cta: 'Learn more →',
link: 'https://mindsdb.com/mindsdb',
},
{
cta: 'Docs →',
Expand Down Expand Up @@ -436,7 +436,7 @@ export const Header = () => {
<div className=" col-span-2 flex w-full flex-1 flex-row items-center justify-between gap-2 lg:col-span-1">
<h1>
<Link
href={'/'}
href={'https://mindsdb.com/'}
aria-label={`${publication.title} blog home page`}
className="flex flex-row items-center gap-3"
>
Expand Down

0 comments on commit 1c73b90

Please sign in to comment.