import React from 'react'; import Branding from './Branding'; import Link from './Link'; import LogoLink from './LogoLink'; import { getItemPageNames } from '../../common/config'; export default function Header({ pageName }) { const smallLogo = pageName !== 'index'; return ( } >
How to Use Technology Radar?
Technologies Overview
Search
); }