Skip to content

Commit 4174204

Browse files
committed
cleaned up redudant code and empty lines
1 parent c7c12c2 commit 4174204

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/ContentBox.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ const ContentBox: React.FC<ContentBoxProps> = ({ background = "bg-background", c
2424
);
2525
};
2626

27-
28-
2927
export default ContentBox;

src/components/Header.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,4 @@ const Header: React.FC<HeaderProps> = ({
4343
);
4444
}
4545

46-
export default Header;
47-
48-
// <h1 className={`${textSize} ${gradientSettings} ${color} font-bold leading-tight ${className}`}>
49-
// {text}
46+
export default Header;

0 commit comments

Comments
 (0)