From 28c068393f263a0d4529d687434a16dfd73d1af5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:31:40 -0400 Subject: [PATCH] docs: add LeoniePhiline as a contributor for doc (#66) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 13 +++++++++---- README.md | 5 +++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 87eceaf..02261e2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -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, diff --git a/README.md b/README.md index 9e92b0f..8189f3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [_leptos-hotkeys_](https://github.com/friendlymatthew/leptos-hotkeys) -[![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-) Declaratively create and pair keybindings with callbacks for Leptos applications. @@ -467,7 +467,8 @@ fn Component() -> impl IntoView {