Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Gilliam committed Dec 12, 2024
1 parent e04eadd commit 15a10c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/www/app/(app)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ export default function IndexPage() {
<GradientHeading
size="xll"
weight="bold"
className="text-center text-xl font-bold tracking-tighter leading-[0.5rem] lg:leading-[0.5rem] "
className="text-center text-xl font-bold leading-[0.5rem] tracking-tighter lg:leading-[0.5rem] "
>
<br className="hidden md:block" /> Design Engineers
</GradientHeading>
</div>
</FadeIn>

<FadeIn>
<div className=" max-w-2xl flex flex-wrap items-center justify-center gap-1 text-left text-base leading-3 text-foreground md:text-xl md:font-normal md:leading-6 pt-8">
<div className=" flex max-w-2xl flex-wrap items-center justify-center gap-1 pt-8 text-left text-base leading-3 text-foreground md:text-xl md:font-normal md:leading-6">
<span>Ready-to-use</span>
<div className="hidden -rotate-45 rounded-full border border-black/10 p-1 shadow-lg md:block">
<ReactIcon className=" h-6 w-6 " aria-hidden="true" />
Expand Down
2 changes: 1 addition & 1 deletion apps/www/components/landing/featured-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function LatestComponentVertical() {

{/* <div className=" mt-4 flex max-w-xl grow flex-col items-center justify-center space-y-0 rounded-[14px] border border-dashed border-black/10 bg-neutral-300/20 p-4 md:mt-0 md:rounded-md md:rounded-br-[20px] md:rounded-tr-[35px]"> */}
<div className="mx-auto w-full ">
<div className="w-full py-8 lg:pb-8 lg:pt-3 max-w-screen-lg mx-auto flex flex-col items-center space-y-8">
<div className="mx-auto flex w-full max-w-screen-lg flex-col items-center space-y-8 py-8 lg:pb-8 lg:pt-3">
<LogoCarousel columnCount={3} />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/www/components/landing/template-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function TemplateGrid() {
</Badge>
) : null}
</div>
<MinimalCardTitle className="text-neutral-200 w-full">
<MinimalCardTitle className="w-full text-neutral-200">
{card.name}
</MinimalCardTitle>
<MinimalCardDescription className=" text-neutral-400">
Expand Down

0 comments on commit 15a10c6

Please sign in to comment.