diff --git a/hub/components/Home/Sidebar/index.tsx b/hub/components/Home/Sidebar/index.tsx index 38e93f59ad..5353a5a8a1 100644 --- a/hub/components/Home/Sidebar/index.tsx +++ b/hub/components/Home/Sidebar/index.tsx @@ -24,16 +24,27 @@ interface Props extends BaseProps { } export function Content(props: Props) { + const description = + props.description || + (props.realm.toBase58() === 'DA5G7QQbFioZ6K33wQcH8fVdgFcnaDjLD7DLQkapZg5X' + ? 'Metaplex makes it easy to build your project in minutes and grow your community in the world’s largest NFT ecosystem.' + : 'No description available.'); + + const iconUrl = + props.realm.toBase58() === 'DA5G7QQbFioZ6K33wQcH8fVdgFcnaDjLD7DLQkapZg5X' + ? '/realms/metaplex/img/black-circle.png' + : props.iconUrl; + return (

- {props.iconUrl && ( + {iconUrl && ( )} {props.realmName} @@ -49,7 +60,7 @@ export function Content(props: Props) { ( (