Skip to content

Commit ee5d306

Browse files
removes branding.
1 parent cceb6d7 commit ee5d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function App() {
1212
return (
1313
<div>
1414
<nav className="navbar navbar-dark bg-dark">
15-
<a className="navbar-brand" href="#"><img width="40px" src="./Lambda-Logo-Red.png"/> Lambda Integration Testing Challenge</a>
15+
<a className="navbar-brand" href="#">Integration Testing Challenge</a>
1616
</nav>
1717
<div className="App">
1818
<Display displayFun={displayFunc}/>

0 commit comments

Comments
 (0)