Skip to content

Commit

Permalink
Docs: fix frontpage on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 19, 2024
1 parent 74ea717 commit a62445c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions site/src/components/frontpage/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ export const Hero = () => {
delay={1000}
text={[
{
title: "Adaptive Operating System",
title: "Adaptive Printer OS",
className:
"text-lg font-medium tracking-tight lg:text-2xl",
"text-base font-medium tracking-tight lg:text-2xl",
},
{
title: "For Custom Built Hardware",
title: "for Custom Hardware",
className:
"text-sm font-normal opacity-50 tracking-tight lg:text-xl",
},
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export default function Index() {
))}
</div>
<p className="mt-8 text-center text-sm/6 text-zinc-400 md:order-1 md:mt-0">
&copy; 2024 Your Company, Inc. All rights reserved.
&copy; 2024 Mikkel Schmidt, Inc. All rights reserved.
</p>
</div>
</footer>
Expand Down

0 comments on commit a62445c

Please sign in to comment.