Skip to content

Commit 700415f

Browse files
feat(website): add new videos
1 parent c045397 commit 700415f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/overmind-website/src/components/Videos/styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ import { css } from 'emotion'
22

33
export const wrapper = css`
44
display: flex;
5-
justify-content: space-around;
65
max-width: 800px;
76
padding: var(--padding-5);
87
flex-wrap: wrap;
98
margin-top: 50px;
9+
margin-left: auto;
10+
margin-right: auto;
1011
justify-content: center;
1112
`
1213

packages/overmind-website/videos.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@
44
"url": "https://www.youtube.com/watch?v=82Aq_ujnBQw",
55
"shortName": "overmind-introduction",
66
"type": "beginner"
7+
},
8+
{
9+
"title": "Devtools introduction",
10+
"url": "https://www.youtube.com/watch?v=ysqEHORTiyw",
11+
"shortName": "devtools-introduction",
12+
"type": "beginner"
13+
},
14+
{
15+
"title": "Replacing VueX with Overmind",
16+
"url": "https://www.youtube.com/watch?v=O5FMIXwYLAA",
17+
"shortName": "replacing-vuex-with-overmind",
18+
"type": "beginner"
719
}
820
]

0 commit comments

Comments
 (0)