Skip to content

Commit 00f8948

Browse files
author
Azvya Erstevan
authored
Merge pull request #22 from azvyae/fix/border-apps
Fix border explore apps
2 parents 329ef35 + a62edbd commit 00f8948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function ExploreApps() {
119119
data-item="explore-apps-section"
120120
className="relative px-8 md:px-16 w-full dark:bg-bgdark bg-[#FAFBFC]"
121121
>
122-
<div className="border-l relative border-t border-r border-[#dfdfdf] dark:border-[#545454] bg-gradient-to-b w-full dark:from-primary py-16 rounded-t-xl dark:to-[#242424] from-secondary to-[#FAFBFC] px-4 md:px-32">
122+
<div className="border border-[#dfdfdf] dark:border-[#545454] bg-gradient-to-b w-full dark:from-primary py-16 rounded-t-xl dark:to-[#242424] from-secondary to-[#FAFBFC] px-4 md:px-32">
123123
<h2 className="text-center font-bold text-3xl sm:text-4xl md:text-5xl mb-8">
124124
Explore Apps
125125
</h2>

0 commit comments

Comments
 (0)