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() {
9
9
return (
10
10
< >
11
11
< Navbar title = "Bloging Page" aboutTitle = "About Us" > </ Navbar >
12
- < About />
12
+ { /* <About /> */ }
13
13
< div className = "container" >
14
14
< Textform heading = "Enter Text To View Transform" > </ Textform >
15
15
{ /* <Textform2 Headings="EXPERIMENT ZONE"></Textform2> */ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'
4
4
5
5
export default function Navbar ( props ) {
6
6
return (
7
- < nav className = "navbar navbar-expand-lg navbar-light bg-light " >
7
+ < nav className = "navbar navbar-expand-lg navbar-dark bg-dark " >
8
8
< div className = "container-fluid" >
9
9
< a className = "navbar-brand" href = "#" > { props . title } </ a >
10
10
< 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