Link Toolbox page

This commit is contained in:
Daniel Pötzinger
2017-03-31 11:52:15 +02:00
parent 6b42129885
commit e31f7bf1df

View File

@@ -8,6 +8,9 @@ export default function PageHelp({ leaving, onLeave, ...props }) {
<Fadeable leaving={leaving} onLeave={onLeave}>
<SetTitle {...props} title="How to use AOE Technology Radar" />
<HeroHeadline>How to use AOE Technology Radar</HeroHeadline>
<div className="fullpage-content">
<p>See also <a href="aoe-toolbox.html">AOE Toolbox</a></p>
</div>
</Fadeable>
);
}