Skip to content

Commit

Permalink
fix(site): autologin on the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jul 4, 2023
1 parent b6a806c commit 02c5329
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/features/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<NuxtLink href="/docs/getting-started" class="btn btn-lg btn-primary mx-2 mt-2" data-aos="zoom-in">
<Flash /> Get started
</NuxtLink>
<a href="https://demo.kestra.io?auto" target="_blank" class="btn btn-lg btn-purple-transparent mx-2 mt-2" data-aos="zoom-in">
<a href="https://demo.kestra.io/ui/login?auto" target="_blank" class="btn btn-lg btn-purple-transparent mx-2 mt-2" data-aos="zoom-in">
<Console /> Live demo
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/features/declaratives/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>

<div class="text-center">
<a href="https://demo.kestra.io?auto" target="_blank" class="btn btn-primary" data-aos="zoom-in">Live demo</a>
<a href="https://demo.kestra.io/ui/login?auto" target="_blank" class="btn btn-primary" data-aos="zoom-in">Live demo</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/home/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p class="overline" data-aos="fade-left">OPEN SOURCE DECLARATIVE DATA ORCHESTRATION</p>
<h1 data-aos="fade-right">Build reliable workflows, blazingly fast, deploy in just a few clicks<span class="dot">.</span></h1>
<div class="text-center cta">
<a href="https://demo.kestra.io?auto" target="_blank" class="btn btn-lg btn-secondary me-2" data-aos="zoom-in">
<a href="https://demo.kestra.io/ui/login?auto" target="_blank" class="btn btn-lg btn-secondary me-2" data-aos="zoom-in">
<Console /> Live Demo
</a>
<a href="#" class="btn btn-lg btn-primary" data-aos="zoom-in" data-bs-toggle="modal" data-bs-target="#home-intro">
Expand Down
2 changes: 1 addition & 1 deletion components/home/How.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<NuxtLink href="/docs/getting-started" class="btn btn-primary me-2" data-aos="zoom-in">
<Flash /> Get started
</NuxtLink>
<a href="https://demo.kestra.io?auto" target="_blank" class="btn btn-dark" data-aos="zoom-in">
<a href="https://demo.kestra.io/ui/login?auto" target="_blank" class="btn btn-dark" data-aos="zoom-in">
<Console /> Live demo
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/solutions/DetailNext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NuxtLink href="/contact-us" target="_blank" class="btn btn-primary me-2" data-aos="zoom-in">
Contact us
</NuxtLink>
<a href="https://demo.kestra.io?auto" target="_blank" class="btn btn-secondary" data-aos="zoom-in">
<a href="https://demo.kestra.io/ui/login?auto" target="_blank" class="btn btn-secondary" data-aos="zoom-in">
Live demo
</a>
</div>
Expand Down

1 comment on commit 02c5329

@vercel
Copy link

@vercel vercel bot commented on 02c5329 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-kestra.vercel.app
kestra-io-git-main-kestra.vercel.app
kestra-io.vercel.app

Please sign in to comment.