Skip to content

Commit

Permalink
Merge pull request #23 from jkremser/css
Browse files Browse the repository at this point in the history
css foobar
  • Loading branch information
jkremser authored Jun 3, 2024
2 parents 948ffb2 + 5795ad2 commit 719dcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/stable-diffusion/webui/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Home = async () => {
return (
<>
<nav
className="relative flex w-full flex-wrap items-center justify-between bg-zinc-50 py-2 shadow-dark-mild bg-neutral-800 lg:py-2">
className="relative flex w-full flex-wrap items-center justify-between bg-zinc-50 py-2 shadow-dark-mild bg-neutral-900 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">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>
Expand Down

0 comments on commit 719dcea

Please sign in to comment.