Skip to content

Commit 0ad0feb

Browse files
Doc fix
1 parent 65bccf6 commit 0ad0feb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![](https://github.com/wniemiec-components-reactnative/action-button/blob/master/docs/img/logo/logo.jpg)
1+
![](https://github.com/wniemiec-component-reactnative/action-button/blob/master/docs/img/logo/logo.jpg)
22

33
<h1 align='center'>Action button</h1>
44
<p align='center'>Simple button.</p>
55
<p align="center">
6-
<a href="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/windows.yml/badge.svg" alt=""></a>
7-
<a href="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/macos.yml/badge.svg" alt=""></a>
8-
<a href="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-components-reactnative/action-button/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
6+
<a href="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/windows.yml/badge.svg" alt=""></a>
7+
<a href="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/macos.yml/badge.svg" alt=""></a>
8+
<a href="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-component-reactnative/action-button/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
99
<a href="https://reactnative.dev/"><img src="https://img.shields.io/badge/React Native-0.60+-D0008F.svg" alt="React Native compatibility"></a>
10-
<a href="https://github.com/wniemiec-components-reactnative/action-button/releases"><img src="https://img.shields.io/github/v/release/wniemiec-components-reactnative/action-button" alt="Release"></a>
11-
<a href="https://github.com/wniemiec-components-reactnative/action-button/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-components-reactnative/action-button" alt="License"></a>
10+
<a href="https://github.com/wniemiec-component-reactnative/action-button/releases"><img src="https://img.shields.io/github/v/release/wniemiec-component-reactnative/action-button" alt="Release"></a>
11+
<a href="https://github.com/wniemiec-component-reactnative/action-button/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-component-reactnative/action-button" alt="License"></a>
1212
</p>
1313
<hr />
1414

@@ -18,19 +18,19 @@ React Native component that allows you to press a button to perform a certain ac
1818
## 🖼 Gallery
1919

2020
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap"
21-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img1.png" alt="image 1" />
21+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img1.png" alt="image 1" />
2222

23-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img2.png" alt="image 2" />
23+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img2.png" alt="image 2" />
2424

25-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img3.png" alt="image 3" />
25+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img3.png" alt="image 3" />
2626

27-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img4.png" alt="image 4" />
27+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img4.png" alt="image 4" />
2828

29-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img5.png" alt="image 5" />
29+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img5.png" alt="image 5" />
3030

31-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img6.png" alt="image 6" />
31+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img6.png" alt="image 6" />
3232

33-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/action-button/master/docs/img/screens/img7.png" alt="image 7" />
33+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/action-button/master/docs/img/screens/img7.png" alt="image 7" />
3434
</div>
3535

3636
## ❓ How to use
@@ -69,10 +69,10 @@ import React from 'react';
6969
|full |`boolean`|Indicates whether the width should be 100% |`false`|
7070

7171
## 🚩 Changelog
72-
Details about each version are documented in the [releases section](https://github.com/wniemiec-components-reactnative/action-button/releases).
72+
Details about each version are documented in the [releases section](https://github.com/wniemiec-component-reactnative/action-button/releases).
7373

7474
## 🤝 Contribute!
75-
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-components-reactnative/action-button/blob/master/CONTRIBUTING.md).
75+
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-component-reactnative/action-button/blob/master/CONTRIBUTING.md).
7676

7777
## 📁 Files
7878

0 commit comments

Comments
 (0)