Skip to content

Commit b5fb2b2

Browse files
committed
center align logo and badge status
1 parent 40d76c0 commit b5fb2b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# BrowserStack GitHub Actions
22

3-
![BrowserStack Logo](https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-invoice.svg)
3+
<p align="center">
4+
<a href="https://browserstack.com"><img alt="BrowserStack Logo" src="https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-invoice.svg"></a>
5+
</p>
46

5-
![setup-env badge](https://github.com/browserstack/github-actions/workflows/setup-env/badge.svg)
6-
![setup-env badge](https://github.com/browserstack/github-actions/workflows/setup-local/badge.svg)
7+
<p align="center">
8+
<a href="https://github.com/browserstack/github-actions/tree/master/setup-env"><img alt="setup-env build status" src="https://github.com/browserstack/github-actions/workflows/setup-env/badge.svg"></a>
9+
<a href="https://github.com/browserstack/github-actions/tree/master/setup-local"><img alt="setup-local build status" src="https://github.com/browserstack/github-actions/workflows/setup-local/badge.svg"></a>
10+
</p>
711

812
This respository contains a library of GitHub Actions to help you integrate your test suite with the [BrowserStack](https://browserstack.com) device cloud.
913

0 commit comments

Comments
 (0)