Skip to content

Commit

Permalink
fix slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyfish authored and guyb1 committed Nov 4, 2024
1 parent 1f1add9 commit d4c7853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates-data/templates/airbnb-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const airbnbDb: Template = {
],
featured: true,
diagram: {
id: 'diagramexample05',
id: 'airbnb_db',
name: 'airbnb-db',
createdAt: new Date(),
updatedAt: new Date(),
Expand Down
2 changes: 1 addition & 1 deletion src/templates-data/templates/employee-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const employeeDb: Template = {
],
featured: true,
diagram: {
id: 'diagramexample01',
id: 'employees_db',
name: 'employees-db',
createdAt: new Date(),
updatedAt: new Date(),
Expand Down
2 changes: 1 addition & 1 deletion src/templates-data/templates/wordpress-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const wordpressDb: Template = {
featured: true,
url: 'https://wordpress.org',
diagram: {
id: 'diagramexample13',
id: 'wordpress_db',
name: 'wordpress-db',
createdAt: new Date(),
updatedAt: new Date(),
Expand Down

0 comments on commit d4c7853

Please sign in to comment.