Skip to content

Commit

Permalink
style: title text changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lalomax committed Aug 8, 2024
1 parent 2868914 commit 75e9522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Header({ text, bgColor, textColor}) {
}

Header.defaultProps = {
text: "FeedBack UI",
text: "FeedBack UI App",
bgColor: 'rgba(0,0,0,0.4)',
textColor: '#ff6195'
};
Expand Down

0 comments on commit 75e9522

Please sign in to comment.