From 201ca6cace93919501703df10085d6d63a0b52a1 Mon Sep 17 00:00:00 2001 From: Akam Foad <41629832+akamfoad@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:39:21 +0300 Subject: [PATCH 1/2] fix: build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db762ee7be..28e815058d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [npm-badge]: https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square [npm]: https://www.npmjs.org/package/react-router-dom -[build-badge]: https://img.shields.io/github/workflow/status/remix-run/react-router/test/dev?style=flat-square +[build-badge]: https://img.shields.io/github/actions/workflow/status/remix-run/react-router/test.yml?branch=dev&style=square [build]: https://github.com/remix-run/react-router/actions/workflows/test.yml React Router is a lightweight, fully-featured routing library for the [React](https://reactjs.org) JavaScript library. React Router runs everywhere that React runs; on the web, on the server (using node.js), and on React Native. From 56850f955a3f139cb0b343f1eed33887c7af44a3 Mon Sep 17 00:00:00 2001 From: Akam Foad <41629832+akamfoad@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:45:03 +0300 Subject: [PATCH 2/2] add: akamfoad to contributers --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index a21423aae5..d823eddb6c 100644 --- a/contributors.yml +++ b/contributors.yml @@ -162,3 +162,4 @@ - xavier-lc - xcsnowcity - yuleicul +- akamfoad \ No newline at end of file