clean up from code review suggestions
This commit is contained in:
parent
887d30200d
commit
ce98eb17fe
@ -10,7 +10,7 @@ export const Breadcrumbs: FC = () => {
|
|||||||
pathSplit = pathSplit.splice(1, pathSplit.length);
|
pathSplit = pathSplit.splice(1, pathSplit.length);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Breadcrumb mb={10}>
|
<Breadcrumb>
|
||||||
{pathSplit.map((path: string, idx: number) => {
|
{pathSplit.map((path: string, idx: number) => {
|
||||||
return (
|
return (
|
||||||
<BreadcrumbItem key={path}>
|
<BreadcrumbItem key={path}>
|
||||||
|
@ -15,13 +15,6 @@ export const textStyles = {
|
|||||||
letterSpacing: '4%',
|
letterSpacing: '4%',
|
||||||
color: 'body'
|
color: 'body'
|
||||||
},
|
},
|
||||||
homepageH1: {
|
|
||||||
fontFamily: 'heading',
|
|
||||||
fontWeight: { base: 700, md: 500 },
|
|
||||||
fontSize: { base: '2.75rem', md: '6rem' },
|
|
||||||
outline: '1px solid red',
|
|
||||||
lineHeight: { base: '3.375rem', md: '6rem' }
|
|
||||||
},
|
|
||||||
header1: {
|
header1: {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
|
Loading…
Reference in New Issue
Block a user