Skip to content

Commit

Permalink
Update logo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 2, 2021
1 parent cc8a135 commit 49bc7fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board

Bull Dashboard is a UI built on top of [Bull](https://github.com/OptimalBits/bull) or [BullMQ](https://github.com/taskforcesh/bullmq) to help you visualize your queues and their jobs.
With this library you get a beautiful UI for visualizing what's happening with each job in your queues, their status and some actions that will enable you to get the job done.
Expand Down
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/api 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/api

Core server APIs of `bull-board`.

Expand Down
2 changes: 1 addition & 1 deletion packages/express/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/express 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/express

[Express.js](https://expressjs.com/) server adapter for `bull-board`.

Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/fastify 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/fastify

[Fastify.js](https://www.fastify.io/) server adapter for `bull-board`.

Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/hapi 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/hapi

[Hapi.js](https://hapi.dev/) server adapter for `bull-board`.

Expand Down
2 changes: 1 addition & 1 deletion packages/koa/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/koa 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/koa

[Koa.js](https://koajs.com/) server adapter for `bull-board`.

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @bull-board/ui 🎯
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/ui

UI packages of `bull-board`.

Expand Down

0 comments on commit 49bc7fb

Please sign in to comment.