Skip to content

Commit 5c0c589

Browse files
committed
removed lint errors
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent a112d7d commit 5c0c589

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/sections/Community/Handbook/Handbook.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const HandbookWrapper = styled.div`
55
66
/* Ensure all text elements use Qanelas Soft */
77
* {
8-
font-family: "Qanelas Soft", "Open Sans", sans-serif !important;
8+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
99
}
1010
1111
.content > a:first-of-type > h2:first-of-type {

src/sections/Company/Legal/cookie-notice/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
4242
padding: "0.75rem",
4343
borderBottom: `1px solid ${theme.palette.divider}`,
4444
borderRadius: "0px",
45-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
45+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
4646
}));
4747

4848
const StyledHeaderCell = styled(StyledTableCell)(() => ({
4949
fontWeight: 600,
5050
backgroundColor: "transparent",
51-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
51+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
5252
}));
5353

5454
const cookieData = [
@@ -89,7 +89,7 @@ const CookieNotice = () => {
8989
// Create custom theme with Qanelas Soft font family
9090
const customTheme = createTheme({
9191
typography: {
92-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
92+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
9393
},
9494
});
9595

src/sections/Company/Legal/privacy/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
4040
padding: "0.75rem",
4141
borderBottom: `1px solid ${theme.palette.divider}`,
4242
borderRadius: 0,
43-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
43+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
4444
}));
4545

4646
const StyledHeaderCell = styled(StyledTableCell)(() => ({
4747
fontWeight: 600,
4848
backgroundColor: "transparent",
49-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
49+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
5050
}));
5151

5252
const privacyData = [
@@ -137,7 +137,7 @@ const Privacy = () => {
137137
// Create custom theme with Qanelas Soft font family
138138
const customTheme = createTheme({
139139
typography: {
140-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
140+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
141141
},
142142
});
143143

src/sections/Company/Legal/sub-processors/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
4343
padding: "0.75rem",
4444
borderBottom: `1px solid ${theme.palette.divider}`,
4545
borderRadius: "0px",
46-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
46+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
4747
}));
4848

4949
const StyledHeaderCell = styled(StyledTableCell)(() => ({
5050
fontWeight: 600,
5151
backgroundColor: "transparent",
52-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
52+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
5353
}));
5454

5555
// Data structure for sub-processors and service providers
@@ -189,7 +189,7 @@ const SubProcessors = () => {
189189
// Create custom theme with Qanelas Soft font family
190190
const customTheme = createTheme({
191191
typography: {
192-
fontFamily: '"Qanelas Soft", "Open Sans", sans-serif',
192+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
193193
},
194194
});
195195

src/sections/Company/Legal/terms.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const TermsWrapper = styled.section`
66
77
/* Ensure all text elements use Qanelas Soft */
88
* {
9-
font-family: "Qanelas Soft", "Open Sans", sans-serif !important;
9+
font-family: "Qanelas Soft", "Open Sans", sans-serif;
1010
}
1111
1212
.terms-content {

0 commit comments

Comments
 (0)