Skip to content

Commit

Permalink
chore: link to slides added to 'git workflow' video
Browse files Browse the repository at this point in the history
  • Loading branch information
noisy committed Mar 13, 2023
1 parent 1bfdec4 commit 191c88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ const db: IDB = {
description: "",
date: "Oct 18, 2018",
filterTags: ["git"],
slides: "https://slides.com/noisy/git-workflow-pr/",
},
{
source: "youtube",
Expand Down
1 change: 1 addition & 0 deletions src/types/ITalk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export interface ITalk {
description: string;
date: string;
filterTags: ITalkFilterTag[];
slides?: string;
}

0 comments on commit 191c88c

Please sign in to comment.