Skip to content

Commit

Permalink
Merge pull request #58 from wrabit/home_tab_issue
Browse files Browse the repository at this point in the history
fixed tabbed component on docs home
  • Loading branch information
wrabit authored Jul 15, 2024
2 parents dfb268f + 48d718d commit 9241473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs_project/docs_project/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="!text-xl sm:!text-2xl italic !font-normal mt-3 md:mt-8 mb-10 pt-0 dar
<div class="col-span-1 flex flex-col overflow-x-auto">
<h2 class="!font-normal !text-xl mb-3 mt-0 text-center"><span class="font-semibold">Before:</span> Strongly Coupled, Verbose</h2>
<div class="flex h-full rounded-xl overflow-hidden">
<c-demo.snippet-tabs labels="'view.html|product_layout.html'" tabs_id="compare">
<c-demo.snippet-tabs labels="view.html|product_layout.html" tabs_id="compare">
<div class="flex flex-col h-full" x-show="active === 0">

<c-snippet rounded="rounded-b-xl">{% cotton_verbatim %}{% verbatim %}
Expand Down Expand Up @@ -89,7 +89,7 @@ <h1>
<div class="col-span-1 rounded-lg overflow-hidden flex flex-col">
<h2 class="!font-normal !text-xl mb-3 mt-0 text-center"><span class="font-semibold">After:</span> Decoupled, Clean &amp; Re-usable</h2>
<div class="flex h-full rounded-xl overflow-hidden">
<c-demo.snippet-tabs labels="'view.html|product.html'" tabs_id="compare">
<c-demo.snippet-tabs labels="view.html|product.html" tabs_id="compare">
<div class="flex flex-col h-full" x-show="active === 0">

<c-snippet rounded="rounded-b-xl">{% cotton_verbatim %}{% verbatim %}
Expand Down

0 comments on commit 9241473

Please sign in to comment.