Skip to content

Commit

Permalink
[Add] #2 共通部分 実装
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjyami committed Jul 2, 2022
1 parent 46a67a3 commit 71096a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Empty file.
19 changes: 19 additions & 0 deletions frontend/viewer/components/TheHeader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// import Logo from './LogoTypeA.svg';

export default function TheHeader({}) {
return (
<header>
<img className="logo" src="/img/logo.png" />
<style jsx>{`
header {
padding: 2rem 0 1rem;
text-align: center;
width: 100%;
}
.logo {
width: 132px;
}
`}</style>
</header>
);
}
Binary file added frontend/viewer/public/img/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 71096a7

Please sign in to comment.