completed homepage design

This commit is contained in:
2024-09-30 23:43:30 +05:30
parent 8022e3a662
commit 45bc3eff57
8 changed files with 41 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
function Separator() {
return (
<div className="h-[2px]">
<div className="h-full w-full bg-white dark:bg-primary rounded-md"></div>
<div className="h-full w-full bg-white dark:bg-primary-dark rounded-md"></div>
</div>
)
}