Skip to content

Commit

Permalink
Merge pull request #19 from kedify/jkremser-patch-2
Browse files Browse the repository at this point in the history
Update page.tsx
  • Loading branch information
jkremser authored May 31, 2024
2 parents e876257 + d2ef25f commit 803c28a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/stable-diffusion/webui/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Home = async () => {
className="relative flex w-full flex-wrap items-center justify-between bg-zinc-50 py-2 shadow-dark-mild dark:bg-neutral-800 lg:py-2">
<div className="flex w-full flex-wrap items-center justify-between px-3">
<div className="ms-2">
<a className="text-xl text-sky-400 " href="https://github.com/kedify/examples/tree/main/samples/stable-diffusion" target="_blank">Autoscaled Stable Diffusion</a> <span className="sm:text-sky-200 hidden sm:inline-block">(application deployed in Kubenetes utilizing KEDA for autoscaling the load)</span>
<a className="text-xl text-sky-400 " href="https://github.com/kedify/examples/tree/main/samples/stable-diffusion" target="_blank">Stable Diffusion</a> <span className="sm:text-sky-200 hidden sm:inline-block">This AI Model is autoscaled using Kubernetes Event-Driven Austoscaling (KEDA) powered by Kedify</span>
</div>
<a
href="https://github.com/kedify/examples/tree/main/samples/stable-diffusion"
Expand Down Expand Up @@ -52,8 +52,7 @@ const Home = async () => {
</div>
</a>
<div className="mt-1">
{/* todo replace w/ correct url once the pr gets merged */}
<a className="hover:text-sky-400 hover:underline underline-offset-8" href="https://pr-367.dashboard-preview.kedify.io/clusters/7341d179-1efd-4c15-8201-0a18a15f959c/summary" target="_blank">check the dashboard</a>
<a className="hover:text-sky-400 hover:underline underline-offset-8" href="https://dashboard.kedify.io/clusters/7341d179-1efd-4c15-8201-0a18a15f959c/scaledobjects/stable-diff/stable-diff-app" target="_blank">See Demo Dashboard &amp; Metrics</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 803c28a

Please sign in to comment.