upgrade changes

This commit is contained in:
Surjith S M
2025-02-26 14:41:03 +05:30
parent 4510f5a005
commit 654a7e89f8
14 changed files with 315 additions and 149 deletions

View File

@@ -30,7 +30,7 @@ const { title, lastItem, children } = Astro.props;
: "lg:left-0 origin-top-left",
]}>
<div
class="px-3 lg:py-2 lg:bg-white lg:rounded-md lg:shadow lg:border flex flex-col">
class="px-3 lg:py-2 lg:bg-white lg:rounded-md lg:shadow-sm lg:border flex flex-col">
{
children.map((item) => (
<a