Skip to content

Commit

Permalink
docs: add LeoniePhiline as a contributor for doc (#66)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Mar 12, 2024
1 parent ade668a commit 28c0683
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,31 @@
"commitConvention": "angular",
"contributors": [
{

"login": "mondeja",
"name": "Álvaro Mondéjar",
"avatar_url": "https://avatars.githubusercontent.com/u/23049315?v=4",
"profile": "https://github.com/mondeja",

"contributions": [
"code"
]
},
{

"login": "JustBobinAround",
"name": "Robert Junkins",
"avatar_url": "https://avatars.githubusercontent.com/u/67753581?v=4",
"profile": "https://github.com/JustBobinAround",

"contributions": [
"code"
]
},
{
"login": "LeoniePhiline",
"name": "LeoniePhiline",
"avatar_url": "https://avatars.githubusercontent.com/u/22329650?v=4",
"profile": "https://github.com/LeoniePhiline",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [_leptos-hotkeys_](https://github.com/friendlymatthew/leptos-hotkeys)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Declaratively create and pair keybindings with callbacks for Leptos applications.
Expand Down Expand Up @@ -467,7 +467,8 @@ fn Component() -> impl IntoView {
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mondeja"><img src="https://avatars.githubusercontent.com/u/23049315?v=4?s=100" width="100px;" alt="Álvaro Mondéjar"/><br /><sub><b>Álvaro Mondéjar</b></sub></a><br /><a href="https://github.com/gaucho-labs/leptos-hotkeys/commits?author=mondeja" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/justbobinaround"><img src="https://avatars.githubusercontent.com/u/67753581?v=4?s=100" width="100px;" alt="Robert Junkins"/><br /><sub><b>Robert Junkins</b></sub></a><br /><a href="https://github.com/gaucho-labs/leptos-hotkeys/commits?author=justbobinaround" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JustBobinAround"><img src="https://avatars.githubusercontent.com/u/67753581?v=4?s=100" width="100px;" alt="Robert Junkins"/><br /><sub><b>Robert Junkins</b></sub></a><br /><a href="https://github.com/gaucho-labs/leptos-hotkeys/commits?author=JustBobinAround" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeoniePhiline"><img src="https://avatars.githubusercontent.com/u/22329650?v=4?s=100" width="100px;" alt="LeoniePhiline"/><br /><sub><b>LeoniePhiline</b></sub></a><br /><a href="https://github.com/gaucho-labs/leptos-hotkeys/commits?author=LeoniePhiline" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 28c0683

Please sign in to comment.