Skip to content

Commit

Permalink
Updated banner + footer
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Sep 26, 2023
1 parent 87b0447 commit 9d63124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function WorkflowFooterBanner() {
<span className="items-center lg:flex sm:flex hidden underline underline-offset-2 text-slate-700 group-hover:text-slate-900 dark:text-slate-300 dark:group-hover:text-slate-100 transition">
<span className="lg:block hidden">the&nbsp;</span>background jobs
<span className="lg:block hidden">&nbsp;framework&nbsp;</span> for
Next.js
Typescript
<ArrowRightIcon className="ml-1 h-3 w-3 text-base text-green-900 dark:text-green-500 whitespace-nowrap group-hover:text-green-900 dark:group-hover:text-green-400 transition" />
</span>
</a>
Expand Down
4 changes: 2 additions & 2 deletions app/components/Home/HomeHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export function HomeHeader({ fixed }: { fixed?: boolean }) {
</a>
<p className="text-slate-200">
<span className="hidden lg:inline-block ">
- Our background jobs framework for Next.js, is now available!
- our background jobs framework for Typescript.
</span>{" "}
<a
className="underline hover:opacity-90 cursor-pointer text-lime-400"
target="_blank"
href="https://cloud.trigger.dev"
>
Sign up here
Try for free
</a>
.
</p>
Expand Down

0 comments on commit 9d63124

Please sign in to comment.