Skip to content

Commit

Permalink
Add space line in component
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 17, 2022
1 parent f8df238 commit d4d1a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/Banner/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Banner.Content = ({ children, actions }) => {

Banner.Title = ({ children }) => <p className="title">{children}</p>;
Banner.Metadata = ({ children }) => <p className="metadata">{children}</p>;

export default Banner;

0 comments on commit d4d1a5f

Please sign in to comment.