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 ab48e02 commit 145c40eCopy full SHA for 145c40e
components/header/hero/terminal/Terminal.tsx
@@ -278,7 +278,6 @@ export default function Terminal() {
278
initial={{ opacity: 0, y: 20 }}
279
animate={controls}
280
transition={{ duration: 0.55, ease: "easeOut" }}
281
- className="shadow-2xl"
282
>
283
<TerminalTab>
284
<div className="scrollbar-thin scrollbar-thumb-gray-400 dark:scrollbar-thumb-gray-700 inset-x-0 h-80 min-h-80 overflow-y-auto bg-[#e6e7e8] pl-2 pt-2 dark:bg-[#1F2A37]">
0 commit comments