spherehq/sphere

View on GitHub
packages/platform/src/pages/about.tsx

Summary

Maintainability
C
7 hrs
Test Coverage

Showing 3 of 3 total issues

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<Box width={{ xs: 1, md: 1, lg: 1 / 3 }}>
<MissonCard p={5}>
<MissionHeading>Create</MissionHeading>
<p>
We want to build tools that empower you to create content in a way
Severity: Major
Found in packages/platform/src/pages/about.tsx and 2 other locations - About 2 hrs to fix
packages/platform/src/pages/about.tsx on lines 78..86
packages/platform/src/pages/about.tsx on lines 87..95

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<Box width={{ xs: 1, md: 1, lg: 1 / 3 }}>
<MissonCard p={5}>
<MissionHeading>Discover</MissionHeading>
<p>
We want to make content discovery more transparent and feel less
Severity: Major
Found in packages/platform/src/pages/about.tsx and 2 other locations - About 2 hrs to fix
packages/platform/src/pages/about.tsx on lines 87..95
packages/platform/src/pages/about.tsx on lines 96..104

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<Box width={{ xs: 1, md: 1, lg: 1 / 3 }}>
<MissonCard p={5}>
<MissionHeading>Share</MissionHeading>
<p>
We want to make sharing content safer, giving you more control on
Severity: Major
Found in packages/platform/src/pages/about.tsx and 2 other locations - About 2 hrs to fix
packages/platform/src/pages/about.tsx on lines 78..86
packages/platform/src/pages/about.tsx on lines 96..104

There are no issues that match your filters.

Category
Status