Skip to content

Commit

Permalink
✨ Got rid of the try demo button (#1372)
Browse files Browse the repository at this point in the history
you know wasssup
  • Loading branch information
Srijan-Subedi committed Nov 11, 2023
1 parent 92113aa commit 4402c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions next/src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@ export default function NavBar() {
</div>
</div>
<div className="hidden justify-end gap-2 xmd:flex sm:items-center lg:flex-1">
<TextButton
onClick={() => {
router.push("https://agentgpt.reworkd.ai/").catch(console.error);
}}
>
<>
<span>Try demo</span>
<FaChevronRight
size="12"
className="transition-transform group-hover:translate-x-1"
/>
</>
</TextButton>
<GlowWrapper className="opacity-40">
<PrimaryButton
onClick={() => {
Expand Down
2 changes: 1 addition & 1 deletion next/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HomePage = () => {
ogTitle="Automate core business workflows with the help of AI Agents"
/>
<div className="absolute -z-50 h-full w-full bg-black" />
<Image src="/stars.svg" alt="stars" fill className="absolute -z-40 invert-0" />
<Image src="/stars.svg" alt="stars" fill className="absolute z-40 invert-0" />

<div className="flex h-full max-w-[1440px] flex-col justify-between">
<NavBar />
Expand Down

0 comments on commit 4402c77

Please sign in to comment.