Skip to content

Commit dd16167

Browse files
Allicolyerkelseyyim
authored andcommitted
inital set up for Create Tutorial Mutation
1 parent b263080 commit dd16167

File tree

10 files changed

+714
-85
lines changed

10 files changed

+714
-85
lines changed

packages/gatsby-theme/src/components/TutorialListing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type FrontMatter = {
2727
const TutorialListing: React.FunctionComponent<TutorialListingProps> = ({
2828
tutorial,
2929
}) => {
30-
const tutorialId = 'cjwb6f2hy7e4f0b14bxh1mar2';
30+
const tutorialId = 'cjwi9iv2klfsb0b14sqc9wpuj';
3131
return (
3232
<Query
3333
query={gql`

0 commit comments

Comments
 (0)