Skip to content

Commit

Permalink
refactor: pedros preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Duarte committed May 13, 2020
1 parent d488ca7 commit 1ef274c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions packages/app/src/components/presets/pedro.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,10 @@ const code = (
flexDirection: 'column'
}}
>
<Image
sx={{
size: 2,
mx: 'auto',
display: 'block'
}}
src={query.logo}
/>

<Text
sx={{
mt: 2
fontSize: 4,
lineHeight: 1.3
}}
>
{query.title}
Expand All @@ -96,9 +88,8 @@ const query = {
heading: 'Pedro',
subHeading: 'Duarte',
title:
"I'm a UI developer interested in design systems, jamstack, user/dev experience and under engineering.",
domain: 'https://ped.ro',
logo: 'https://svgur.com/i/KSQ.svg',
'UI developer interested in design systems, jamstack, user/dev experience and under engineering.',
domain: 'ped.ro',
theme: {
colors: {
background: 'rgba(255, 255, 255, 1)',
Expand All @@ -108,7 +99,7 @@ const query = {
},
space: [0, 32, 48, 64],
sizes: [0, 32, 48, 64],
fontSizes: [0, 16, 24]
fontSizes: [0, 16, 24, 32, 48]
}
}

Expand Down

0 comments on commit 1ef274c

Please sign in to comment.