Skip to content

Commit

Permalink
docs(icon, readme): fix icon and improve readme display
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-lelain committed Aug 19, 2020
1 parent e69f1dd commit e044ba8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.5.1

## Docs

* Fix js-extra icon size and location. ([@alexandre-lelain](https://github.com/alexandre-lelain))

# 1.5.0

## Features
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<div align="center">

![js-extra](docs/img/js-extra.webp)

<br/>

<h1>js-extra</h1>

<p>Does what native Javascript doesn't.</p>

**[js-extra docs](https://js-extra.netlify.com/)**

<br/>

[![npm version](https://img.shields.io/npm/v/js-extra.svg?style=flat)](https://www.npmjs.com/package/js-extra)
Expand All @@ -11,12 +20,7 @@
[![build formats](https://img.shields.io/badge/module%20formats-cjs%2C%20esm-green.svg)](https://github.com/alexandre-lelain/js-extra)
[![bundle size](https://badgen.net/bundlephobia/min/js-extra@latest)](https://bundlephobia.com/result?p=js-extra@latest)

![js-extra](docs/img/js-extra.webp)

<br/>
<p>Does what native Javascript doesn't.</p>

**[js-extra docs](https://js-extra.netlify.com/)**

</div>

Expand Down
17 changes: 10 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<div align="center" class="header">

![js-extra](img/js-extra.webp)

<br/>

<h1>js-extra</h1>

<h4>Does what native Javascript doesn't.</h4>

<a class="navBtn" href="#/?id=how-to-use-js-extra">Get started</a>
<a class="navBtn" href="#/api">API</a>

<br/>

[![npm version](https://img.shields.io/npm/v/js-extra.svg?style=flat)](https://www.npmjs.com/package/js-extra)
Expand All @@ -11,13 +21,6 @@
[![build formats](https://img.shields.io/badge/module%20formats-cjs%2C%20esm-green.svg)](https://github.com/alexandre-lelain/components-extra)
[![bundle size](https://badgen.net/bundlephobia/min/js-extra@latest)](https://bundlephobia.com/result?p=js-extra@latest)

![js-extra](img/js-extra.webp)

<h4>Does what native Javascript doesn't.</h4>

<a class="navBtn" href="#/?id=how-to-use-js-extra">Get started</a>
<a class="navBtn" href="#/api">API</a>

</div>

## Menu
Expand Down
Binary file modified docs/img/js-extra.webp
Binary file not shown.

0 comments on commit e044ba8

Please sign in to comment.