File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function App() {
99 return (
1010 < >
1111 < Navbar title = "Bloging Page" aboutTitle = "About Us" > </ Navbar >
12- < About />
12+ { /* <About /> */ }
1313 < div className = "container" >
1414 < Textform heading = "Enter Text To View Transform" > </ Textform >
1515 { /* <Textform2 Headings="EXPERIMENT ZONE"></Textform2> */ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'
44
55export default function Navbar ( props ) {
66 return (
7- < nav className = "navbar navbar-expand-lg navbar-light bg-light " >
7+ < nav className = "navbar navbar-expand-lg navbar-dark bg-dark " >
88 < div className = "container-fluid" >
99 < a className = "navbar-brand" href = "#" > { props . title } </ a >
1010 < button className = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
You can’t perform that action at this time.
0 commit comments