mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
fix:added gihub link
This commit is contained in:
parent
260632fd91
commit
f1bbb461ea
BIN
src/assets/github.png
Normal file
BIN
src/assets/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@ -13,7 +13,7 @@ footer{
|
||||
height:40px;
|
||||
text-align: center;
|
||||
background-color:#ffffff;
|
||||
margin-top:20px;
|
||||
margin-top:40px;
|
||||
padding:10px;
|
||||
font-size: 14px;
|
||||
}
|
@ -1,12 +1,17 @@
|
||||
import React from 'react';
|
||||
import './App.css';
|
||||
import logo from '../assets/favicon.png';
|
||||
import githubIcon from '../assets/github.png';
|
||||
const Navbar = () => {
|
||||
|
||||
return (
|
||||
<nav className="navbar bg-dark">
|
||||
|
||||
<h4><img src={logo} alt="logo" className="logo"></img>CoverView</h4></nav>);
|
||||
<nav className="navbar bg-dark">
|
||||
|
||||
<h4><img src={logo} alt="logo" className="logo"></img>CoverView</h4>
|
||||
<a href="https://github.com/rutikwankhade/CoverView">
|
||||
<img src={githubIcon} className="logo" alt="giticon"></img>
|
||||
</a>
|
||||
</nav>);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user