Skip to content

Commit

Permalink
remove(comment) referencing old verison of title
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 4, 2023
1 parent 90fd8b3 commit 4226d42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/Banner/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Banner.Content = ({ children, actions }) => {
};

Banner.Title = ({ children }) => {
//return (<p className="title">{children}</p>)
return <h1 className="documentFirstHeading">{children}</h1>;
};
Banner.Subtitle = ({ children }) => <p className="subtitle">{children}</p>;
Expand Down

0 comments on commit 4226d42

Please sign in to comment.