Skip to content

Commit ddf4bcf

Browse files
Resolved linting errors
1 parent 5905cf1 commit ddf4bcf

File tree

3 files changed

+144
-152
lines changed

3 files changed

+144
-152
lines changed

src/experimental/layouts/StartupPageLayout/StartupPageLayout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import React, { useEffect, useState } from 'react';
22
import SEO from '../../../layouts/SEO/SEO';
33
import Navbar from '../../../containers/Navbar/Navbar';
44
import Footer from '../../containers/Footer/Footer';
5-
import {
6-
GlobalStyles,
7-
TypographyClassStyling,
8-
} from '../../styles/global-css';
5+
import { GlobalStyles, TypographyClassStyling } from '../../styles/global-css';
96
import HeadScripts from '../../../lib/GetHeadScripts';
107
import NewsletterSubscribe from '../../../containers/NewsletterSubscribe/NewsletterSubscribe';
118
import { Main, HeadElements } from './StartupPageLayout.components';

src/experimental/styles/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const bytecode: Bytecode = {
260260
spacing: '0.01em',
261261
font: paragraph,
262262
weight: regular,
263-
color: lightgray
263+
color: lightgray,
264264
},
265265
caption: {
266266
size: '0.85rem',
@@ -286,7 +286,7 @@ const bytecode: Bytecode = {
286286
font: paragraph,
287287
weight: regular,
288288
color: white,
289-
border: '.1rem solid' + red,
289+
border: `.1rem solid${red}`,
290290
},
291291
menuitem: {
292292
size: '1.125rem',

0 commit comments

Comments
 (0)