From 52164b83243e2e3e3be26cfeb41f487c19d2dd1e Mon Sep 17 00:00:00 2001 From: Dmitry Vinnik Date: Mon, 16 Mar 2026 06:36:16 -0700 Subject: [PATCH] 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 --- website/pages/en/index.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 59afb0f6..b69c76c8 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -74,20 +74,6 @@ class HomeSplash extends React.Component { } } -function SocialBanner() { - return ( -
-
- Support Ukraine πŸ‡ΊπŸ‡¦{' '} - - Help Provide Humanitarian Aid to Ukraine - - . -
-
- ); -} - class Index extends React.Component { render() { const {config: siteConfig, language = ''} = this.props; @@ -226,7 +212,6 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test) return (
-