Skip to content

Commit

Permalink
fix: corrige slug speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacio Medeiros committed Feb 29, 2024
1 parent cd82f0e commit bcee364
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ serviceAccount.json
public/.next/**

.env.dev**
serviceAccount**
serviceAccount**

.firebase/
1 change: 1 addition & 0 deletions src/models/speaker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface Speaker {
content: string
company: string
key: string
slug: string
}

export enum SpeakerTech {
Expand Down

0 comments on commit bcee364

Please sign in to comment.