mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-03-20 13:05:59 +08:00
Remove Support Ukraine banner from PyTorch3D website
Summary: Remove the Support Ukraine banner component and its usage from the PyTorch3D website homepage. Reviewed By: bottler Differential Revision: D96559642 fbshipit-source-id: fd716cde7145d5c0105b2d2fb569375395b9b5de
This commit is contained in:
committed by
meta-codesync[bot]
parent
61cc79aa34
commit
52164b8324
@@ -74,20 +74,6 @@ class HomeSplash extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function SocialBanner() {
|
|
||||||
return (
|
|
||||||
<div className="socialBanner">
|
|
||||||
<div>
|
|
||||||
Support Ukraine 🇺🇦{' '}
|
|
||||||
<a href="https://opensource.fb.com/support-ukraine">
|
|
||||||
Help Provide Humanitarian Aid to Ukraine
|
|
||||||
</a>
|
|
||||||
.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
class Index extends React.Component {
|
class Index extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
const {config: siteConfig, language = ''} = this.props;
|
const {config: siteConfig, language = ''} = this.props;
|
||||||
@@ -226,7 +212,6 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<SocialBanner />
|
|
||||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
<HomeSplash siteConfig={siteConfig} language={language} />
|
||||||
<div className="landingPage mainContainer">
|
<div className="landingPage mainContainer">
|
||||||
<Features />
|
<Features />
|
||||||
|
|||||||
Reference in New Issue
Block a user