We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceb6d7 commit ee5d306Copy full SHA for ee5d306
src/App.js
@@ -12,7 +12,7 @@ export default function App() {
12
return (
13
<div>
14
<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>
+ <a className="navbar-brand" href="#">Integration Testing Challenge</a>
16
</nav>
17
<div className="App">
18
<Display displayFun={displayFunc}/>
0 commit comments