Use HTMLWebpackPlugin
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import logo from '../resources/logo.svg';
|
||||
|
||||
export class Navbar extends React.PureComponent {
|
||||
render() {
|
||||
@ -7,7 +8,7 @@ export class Navbar extends React.PureComponent {
|
||||
<div className="container is-fluid">
|
||||
<div className="navbar-brand">
|
||||
<a className="navbar-item" href="#/">
|
||||
<img src="resources/logo.svg" style={{marginRight:'5px',width:'28px',height:'28px'}} />
|
||||
<img src={logo} style={{marginRight:'5px',width:'28px',height:'28px'}} />
|
||||
<h1 className="is-size-4">GenGitKan</h1>
|
||||
</a>
|
||||
<a role="button" className="navbar-burger" aria-label="menu" aria-expanded="false">
|
||||
|
Reference in New Issue
Block a user