forked from IntersectMBO/plutus
-
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.
Changed the term "Documentation" to "User guide" in the upper left ar…
…ea of the docs site (IntersectMBO#6200) * Styling updates to docusaurus site * Changed the term Documentation to User guide in the upper left corner of the docs site next to the PLUTUS wordmark logo. * Add .yarn to .gitignore --------- Co-authored-by: ianhanssoniohk <ian.hansson@iohk.io>
- Loading branch information
1 parent
8a0dacd
commit c8450b5
Showing
6 changed files
with
170 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
docusaurus/.yarn/ |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import React from "react"; | ||
import useBaseUrl from "@docusaurus/useBaseUrl"; | ||
|
||
export default function Footer(props) { | ||
return ( | ||
<footer className="footer"> | ||
<div className="footer-container"> | ||
<div className="footer-left"> | ||
<img | ||
className="footer-logo" | ||
src={useBaseUrl("/img/logo-footer.svg")} | ||
alt="Plutus" | ||
/> | ||
<span> | ||
Copyright ©{new Date().getFullYear()} IOHK. Built with Docusaurus. | ||
</span> | ||
</div> | ||
<div className="footer-right"> | ||
<a href={useBaseUrl("/")}>User Guide</a> | ||
<a | ||
href="https://github.com/IntersectMBO/plutus" | ||
class="github-link" | ||
target="_blank" | ||
></a> | ||
</div> | ||
</div> | ||
</footer> | ||
); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.