-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f0fd83
commit 994aad8
Showing
6 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
import { AmplifySignOut } from '@aws-amplify/ui-react'; | ||
import styles from './components.module.css'; | ||
|
||
import logo from '../images/blackimage.png' | ||
|
||
export default function Header() { | ||
//var logo = require('../images/Toyota_Research_Institute_Logo.png') | ||
console.log(logo) | ||
return ( | ||
<header className={styles.AppHeader}> | ||
<img src={logo} alt="Logo" width={"150px"}/> | ||
<h3>Piro Synthesis Analyzer</h3> | ||
<a href="/about" className={styles.Aboutlink}>About</a> | ||
<button className={styles.Signout}>Sign Out</button> | ||
<button className={styles.Signout}>SIGN OUT</button> | ||
{AMPLIFY_ENABLED && <AmplifySignOut />} | ||
|
||
</header> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ code { | |
|
||
.app { | ||
background-color: rgb(246, 246, 248); | ||
min-height: 100%; | ||
min-height: 76.2%; | ||
padding: 12px; | ||
} |