Skip to content

Commit

Permalink
Merge branch 'master' into adding-lang-to-html
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Oct 4, 2023
2 parents eb75a50 + 0dc206d commit d708e8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
"contributions": [
"code"
]
},
{
"login": "syedzubeen",
"name": "Zubeen",
"avatar_url": "https://avatars.githubusercontent.com/u/14253061?v=4",
"profile": "https://syedzubeen.github.io/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/github/license/asyncapi/EDAVisualiser)](https://github.com/asyncapi/EDAVisualiser/blob/master/LICENSE)
[![last commit](https://img.shields.io/github/last-commit/asyncapi/EDAVisualiser)](https://github.com/asyncapi/EDAVisualiser/commits/master)
[![Playground](https://img.shields.io/website?label=playground&url=https%3A%2F%2Fasyncapi.github.io%2FEDAVisualiser)](https://asyncapi.github.io/EDAVisualiser) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

---
Expand Down Expand Up @@ -135,6 +135,7 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
<td align="center" valign="top" width="14.28%"><a href="https://github.com/magicmatatjahu"><img src="https://avatars.githubusercontent.com/u/20404945?v=4?s=100" width="100px;" alt="Maciej Urbańczyk"/><br /><sub><b>Maciej Urbańczyk</b></sub></a><br /><a href="https://github.com/asyncapi/EDAVisualiser/commits?author=magicmatatjahu" title="Code">💻</a> <a href="#ideas-magicmatatjahu" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-magicmatatjahu" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://boyney.io/"><img src="https://avatars.githubusercontent.com/u/3268013?v=4?s=100" width="100px;" alt="David Boyne"/><br /><sub><b>David Boyne</b></sub></a><br /><a href="https://github.com/asyncapi/EDAVisualiser/commits?author=boyney123" title="Code">💻</a> <a href="#ideas-boyney123" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ShashwatPS"><img src="https://avatars.githubusercontent.com/u/114943221?v=4?s=100" width="100px;" alt="Shashwat Pratap Singh"/><br /><sub><b>Shashwat Pratap Singh</b></sub></a><br /><a href="https://github.com/asyncapi/EDAVisualiser/commits?author=ShashwatPS" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://syedzubeen.github.io/"><img src="https://avatars.githubusercontent.com/u/14253061?v=4?s=100" width="100px;" alt="Zubeen"/><br /><sub><b>Zubeen</b></sub></a><br /><a href="https://github.com/asyncapi/EDAVisualiser/commits?author=syedzubeen" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
1 change: 0 additions & 1 deletion examples/angular/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.

0 comments on commit d708e8d

Please sign in to comment.