Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
HENRYKC24 committed Oct 5, 2021
1 parent cbd781a commit e09196d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { NavLink } from 'react-router-dom';
import Image from '../logo.png';

const Navbar = () => (
<nav className="navbar">
<h3><a href="/">SPACE TRAVELLERS</a></h3>
<img src={Image} alt="space x" width="80" height="80" />

<ul className="nav">
<li><NavLink to="/" exact>Rockets</NavLink></li>
Expand Down
Binary file added src/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e09196d

Please sign in to comment.