We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e9a63 commit 0be0b69Copy full SHA for 0be0b69
src/Components/ui/Features.jsx
@@ -24,10 +24,10 @@ const Badge = () => (
24
25
export function Feature() {
26
return (
27
- <div className="overflow-hidden dark:bg-[#0B0B0F] bg-white w-full">
+ <div className="bg-transparent dark:bg-opacity-50 w-full">
28
<MacbookScroll
29
title={
30
- <h2 className=" font-bold bg-gradient-to-r from-white to-gray-500 bg-clip-text text-transparent">
+ <h2 className="font-bold bg-gradient-to-r from-white to-gray-500 bg-clip-text text-transparent">
31
AI-Enhanced Note-Taking Revolution
32
</h2>
33
}
0 commit comments