ent/doc: minor changes for doc websote and readme

Reviewed By: dlvhdr

Differential Revision: D17163026

fbshipit-source-id: 62536da9a450ac80eb224252e12ae8dc835acb11
This commit is contained in:
Ariel Mashraki
2019-09-03 07:55:10 -07:00
committed by Facebook Github Bot
parent 931d0c0565
commit 6913e80e43
7 changed files with 36 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ class Footer extends React.Component {
</span>
<br/><br/>
<span className="copyright">
The homepage was designed by Moriah Rich.
Design by Moriah Rich, illustration by Ariel Mashraki.
</span>
</div>
</section>

View File

@@ -20,7 +20,9 @@ const arrow = '\u2192';
const Block = props => (
<div className="block">
<div className="blockTitle">
<div className="blockTitleText">{props.title}</div>{' '}
<a href={props.link}>
<div className="blockTitleText">{props.title}</div>{' '}
</a>
<a className="yellowArrow" href={props.link}>{arrow}</a>
</div>
<div className="blockContent">{props.content}</div>

View File

@@ -583,6 +583,7 @@ ol {
}
.blockTitleText {
display: inline;
color: #ffe800;
}
.nav-footer .sitemap {

View File

@@ -33,7 +33,7 @@ window.addEventListener('load', function() {
const clipboard = new ClipboardJS('.btnClipboard', {
target: function(trigger) {
return trigger.parentNode.querySelector('code');
},
},
});
clipboard.on('success', function(event) {