Skip to content

Commit

Permalink
fix: my stupidness
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 23, 2020
1 parent 6e48312 commit dff3cff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/components/presets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import rauchg from './rauchg'
import simple from './simple'
import swyxdotio from './swyxdotio'
import thePracticalDev from './thepracticaldev'
import vercell from './vercell'
import vercel from './vercel'

export default {
article,
Expand All @@ -21,5 +21,5 @@ export default {
simple,
swyxdotio,
thePracticalDev,
vercell
vercel
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const code = (

const query = {
headline: 'Serverless Deployments',
caption: 'with Vercell',
logo: 'vercell',
caption: 'with Vercel',
logo: 'vercel',
theme: 'dark',
bg: {
light: 'white',
Expand All @@ -71,15 +71,15 @@ const query = {
},
logos: {
light: {
vercell:
vercel:
'https://assets.zeit.co/image/upload/front/assets/design/zeit-black-triangle.svg',
next:
'https://assets.zeit.co/image/upload/front/assets/design/nextjs-black-logo.svg',
hyper:
'https://assets.zeit.co/image/upload/front/assets/design/hyper-color-logo.svg'
},
dark: {
vercell:
vercel:
'https://assets.zeit.co/image/upload/front/assets/design/zeit-white-triangle.svg',
next:
'https://assets.zeit.co/image/upload/front/assets/design/nextjs-white-logo.svg',
Expand All @@ -90,7 +90,7 @@ const query = {
}

export default {
name: 'vercell',
name: 'vercel',
code,
query
}

0 comments on commit dff3cff

Please sign in to comment.