Skip to content

Commit

Permalink
Update Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshee-Pitroda authored Sep 2, 2023
1 parent ea32f92 commit 908dd9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sure-dashboard/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const Title = styled.h1`
padding-left: 30px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
`;

const Subtitle = styled.h2`
Expand Down Expand Up @@ -127,4 +126,4 @@ const Header = () => {
);
};

export default Header;
export default Header;

0 comments on commit 908dd9e

Please sign in to comment.