Skip to content

Commit b9d8a24

Browse files
author
Ritika Mishra
committed
updated code to resolve deployment issue
1 parent bc3b2c2 commit b9d8a24

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/FFT.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ const FFT = forwardRef(
519519
</div>
520520

521521
{/* Band power view container */}
522-
<div className="w-full lg:w-1/2 flex flex-col overflow-hidden border rounded-xl bg-gray-50 dark:bg-highlight">
522+
<div className="w-full lg:w-1/2 flex flex-col overflow-hidden bg-gray-50 dark:bg-highlight">
523523
{/* Button Group */}
524524
<div className="flex justify-center space-x-2 p-2 rounded-t-xl">
525525
<button onClick={() => setActiveBandPowerView('bandpower')} className={buttonStyles('bandpower')}>

0 commit comments

Comments
 (0)