Skip to content

Commit 1f03630

Browse files
Merge pull request #23 from austincondiff/dev
Added info box
2 parents 67de52f + a032b00 commit 1f03630

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

components/pages/home/sections/IntroFeaturesSection.jsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useMemo } from 'react';
2-
import { Feather, GitHub, Layout, Sliders, Tool, Zap } from 'react-feather';
2+
import { Feather, GitHub, Info, Layout, Sliders, Tool, Zap } from 'react-feather';
33
import Tile from '@/components/common/Tile';
44
import Typography from '@/components/common/Typography';
55
import { Grid, GridItem, Section, Stack } from '@/components/common/layout';
@@ -13,6 +13,16 @@ const IntroFeaturesSection = () => {
1313
return (
1414
<Section contained gutterBottom={20} variant="secondary">
1515
<Grid columns={{ xs: 1, lg: 2 }} gap={{ xs: 6, lg: 12 }}>
16+
<GridItem as={Tile} width={{ xs: 1, lg: 2 }}>
17+
<Stack direction={breakpoint === 'xs' ? "vertical" : "horizontal"} gap={3.5} >
18+
<div>
19+
<Info size={28} />
20+
</div>
21+
<Typography variant="intro">
22+
CodeEdit is not meant to replace Xcode but rather supplement it for projects not intended for Apple platforms. We believe every type of developer deserves a great experience and excellent performance.
23+
</Typography>
24+
</Stack>
25+
</GridItem>
1626
<GridItem>
1727
<Stack>
1828
<Zap size={gap} />

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,10 +2956,10 @@ react-feather@^2.0.10:
29562956
dependencies:
29572957
prop-types "^15.7.2"
29582958

2959-
react-ga@^3.3.1:
2960-
version "3.3.1"
2961-
resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-3.3.1.tgz#d8e1f4e05ec55ed6ff944dcb14b99011dfaf9504"
2962-
integrity sha512-4Vc0W5EvXAXUN/wWyxvsAKDLLgtJ3oLmhYYssx+YzphJpejtOst6cbIHCIyF50Fdxuf5DDKqRYny24yJ2y7GFQ==
2959+
react-ga4@^1.4.1:
2960+
version "1.4.1"
2961+
resolved "https://registry.yarnpkg.com/react-ga4/-/react-ga4-1.4.1.tgz#6ee2a2db115ed235b2f2092bc746b4eeeca9e206"
2962+
integrity sha512-ioBMEIxd4ePw4YtaloTUgqhQGqz5ebDdC4slEpLgy2sLx1LuZBC9iYCwDymTXzcntw6K1dHX183ulP32nNdG7w==
29632963

29642964
react-is@^16.13.1, react-is@^16.7.0:
29652965
version "16.13.1"

0 commit comments

Comments
 (0)