We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 329ef35 + a62edbd commit 00f8948Copy full SHA for 00f8948
1 file changed
src/app/components.tsx
@@ -119,7 +119,7 @@ function ExploreApps() {
119
data-item="explore-apps-section"
120
className="relative px-8 md:px-16 w-full dark:bg-bgdark bg-[#FAFBFC]"
121
>
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">
+ <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">
123
<h2 className="text-center font-bold text-3xl sm:text-4xl md:text-5xl mb-8">
124
Explore Apps
125
</h2>
0 commit comments