Skip to content

Commit

Permalink
Merge pull request #23 from austincondiff/dev
Browse files Browse the repository at this point in the history
Added info box
  • Loading branch information
austincondiff authored Oct 2, 2022
2 parents 67de52f + a032b00 commit 1f03630
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion components/pages/home/sections/IntroFeaturesSection.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useMemo } from 'react';
import { Feather, GitHub, Layout, Sliders, Tool, Zap } from 'react-feather';
import { Feather, GitHub, Info, Layout, Sliders, Tool, Zap } from 'react-feather';
import Tile from '@/components/common/Tile';
import Typography from '@/components/common/Typography';
import { Grid, GridItem, Section, Stack } from '@/components/common/layout';
Expand All @@ -13,6 +13,16 @@ const IntroFeaturesSection = () => {
return (
<Section contained gutterBottom={20} variant="secondary">
<Grid columns={{ xs: 1, lg: 2 }} gap={{ xs: 6, lg: 12 }}>
<GridItem as={Tile} width={{ xs: 1, lg: 2 }}>
<Stack direction={breakpoint === 'xs' ? "vertical" : "horizontal"} gap={3.5} >
<div>
<Info size={28} />
</div>
<Typography variant="intro">
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.
</Typography>
</Stack>
</GridItem>
<GridItem>
<Stack>
<Zap size={gap} />
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2956,10 +2956,10 @@ react-feather@^2.0.10:
dependencies:
prop-types "^15.7.2"

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

react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
Expand Down

1 comment on commit 1f03630

@vercel
Copy link

@vercel vercel bot commented on 1f03630 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.