summaryrefslogtreecommitdiffstats
path: root/src/components/Header/Header.tsx
blob: 0b773e9c86dbf919b608c52e1a7a48d49c54107c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15<
import Branding from '@components/Branding/Branding';
import Toolbar from '@components/Toolbar/Toolbar';
import styles from './Header.module.scss';

const Header = ({ isHome }: { isHome: boolean }) => {
  return (
    <header id="top" className={styles.wrapper}>
      <div className={styles.body}>
        <Branding isHome={isHome} />
        <Toolbar />
      </div>
    </header>
  );
};

export default Header;
otected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/, operator: /\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/, }); Prism.languages.actionscript['class-name'].alias = 'function'; // doesn't work with AS because AS is too complex delete Prism.languages.actionscript['parameter']; delete Prism.languages.actionscript['literal-property']; if (Prism.languages.markup) { Prism.languages.insertBefore('actionscript', 'string', { xml: { pattern: /(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/, lookbehind: true, inside: Prism.languages.markup, }, }); }