-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from stakefrites/restructure
Restructure
- Loading branch information
Showing
6 changed files
with
114 additions
and
50 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
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
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,10 +1,12 @@ | ||
import StakeFriteLogoLong from "../../assets/Logo_Stake_house_VF_150.png"; | ||
import StakeFriteLogo from "../../assets/[email protected]"; | ||
|
||
function Header(props) { | ||
return ( | ||
<header className="d-flex flex-wrap justify-content-between py-3 mb-4 border-bottom"> | ||
<div className="logo d-flex align-items-center mb-3 mb-md-0 text-dark text-decoration-none"> | ||
<img src={StakeFriteLogoLong} height="75" alt="Stake Frites" /> | ||
<img src={StakeFriteLogo} height="75" alt="Stake Frites" />{" "} | ||
<span>Trackmos</span> | ||
</div> | ||
<div className="invisible d-flex align-items-center mb-3 mb-md-0 text-dark text-decoration-none"></div> | ||
</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