Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 30, 2023
1 parent 7f0ae9c commit bf7b1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/components/homepage/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<div class="hero-content col-start-1 row-start-1 w-full max-w-7xl flex-col justify-between gap-10 pb-40 lg:flex-row lg:items-end lg:gap-0 xl:gap-20">
<div class="lg:pl-10 lg:pb-32">
<div class="mb-2 py-4 text-center lg:py-10 lg:text-left">
<div class="badge badge-outline mb-4 py-3 px-5 font-mono gap-2">
<!-- <div class="badge badge-outline mb-4 py-3 px-5 font-mono gap-2">
⏳ <span class="text-xs">coming soon: daisyUI 3.0</span>
</div>
</div> -->
<h1 class="font-title mb-2 text-4xl font-extrabold sm:text-5xl lg:text-6xl">{@html $t("daisyUI components")}</h1>
<h2 class="font-title text-lg font-extrabold sm:text-xl lg:text-2xl">
{@html $t("daisyui-tagline")}
Expand Down

0 comments on commit bf7b1d8

Please sign in to comment.