Skip to content

Commit

Permalink
fix: corrected links
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 10, 2024
1 parent 7e56057 commit 5ce2c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/flows/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const flows = () => {
<title>Vortex Flows Embeded</title>
</Head>
<iframe
src="https://broomva.dagster.cloud/prod/"
src="https://vortex-flows.brooma.tech/"
style={{
position: 'absolute',
top: 0,
Expand Down
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ export default function Home() {
</p>

<p className="fixed left-0 top-0 flex w-full justify-center border-b border-gray-300 bg-gradient-to-b from-zinc-200 pb-6 pt-8 backdrop-blur-2xl dark:border-neutral-800 dark:bg-zinc-800/30 dark:from-inherit lg:static lg:w-auto lg:rounded-xl lg:border lg:bg-gray-200 lg:p-4 lg:dark:bg-zinc-800/30">
Chat with the Vortex Agent at&nbsp;
<Link href="https://api.whatsapp.com/send/?phone=19853323941&text=Hi%20there!">
<img alt="Chat on WhatsApp" src="WhatsAppButtonGreenLarge.svg" />
Chat with the Vortex Agent on WhatsApp 💬
</Link>
</p>
<div className="fixed bottom-0 left-0 flex h-48 w-full items-end justify-center bg-gradient-to-t from-white via-white dark:from-black dark:via-black lg:static lg:h-auto lg:w-auto lg:bg-none">
Expand Down

0 comments on commit 5ce2c38

Please sign in to comment.