Skip to content

Commit

Permalink
Merge pull request #82 from Hansyo/feature/online-help
Browse files Browse the repository at this point in the history
オンラインヘルプへのリンクを実装
  • Loading branch information
G4RDS authored Feb 22, 2022
2 parents 8196814 + 341692d commit 607acc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/manual.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions src/components/common/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ export const Header = () => {
>
会議室一覧
</Link>
<a
className="header__link"
href="/manual.pdf"
target="_blank"
rel="noopener noreferrer"
>
マニュアル
</a>
{/* TODO: ユーザー管理ページへのリンクを追加 */}
<div className="header__flex-spacer" />
{!isReservePage && (
Expand Down

0 comments on commit 607acc1

Please sign in to comment.