Skip to content

Commit cf1096c

Browse files
committed
updated active button
1 parent 80aeff8 commit cf1096c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/toolkit.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const toolkitTools = (await getCollection("toolkit")).sort(
3434
<!-- Collaboration and engagement -->
3535
<button
3636
type="button"
37-
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
37+
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800 active"
3838
id="tabs-with-card-item-5"
3939
data-hs-tab="#tabs-with-card-5"
4040
aria-controls="tabs-with-card-5"
@@ -72,7 +72,7 @@ const toolkitTools = (await getCollection("toolkit")).sort(
7272
<!-- User Research -->
7373
<button
7474
type="button"
75-
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800 active"
75+
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
7676
id="tabs-with-card-item-1"
7777
data-hs-tab="#tabs-with-card-1"
7878
aria-controls="tabs-with-card-1"

0 commit comments

Comments
 (0)