Skip to content

Commit

Permalink
Fix Table of Contents Link in README (#68)
Browse files Browse the repository at this point in the history
docs(README): links in table of contents, minor fixes
  • Loading branch information
YosephKS committed Jan 20, 2022
1 parent 250ced8 commit 91ba43e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const App = () => (

# 🧭 `Table of contents`

- [`web3uikit`](#web3uikit)
- [`web3uikit`](#web3uikit-%EF%B8%8F)
- [🚀 Quick Start](#-quick-start)
- [💿 Installation](#installation-)
- [🧰 Usage](#avatar-)
- [💿 Installation](#-installation)
- [🧰 Usage](#-usage)
- [🧭 Table of contents](#-table-of-contents)
- [📖 UI Components](#-ui-components)
- [`<Avatar />`](#avatar-)
Expand All @@ -63,21 +63,21 @@ const App = () => (
- [`<Illustration />`](#illustration-)
- [`<Information />`](#information-)
- [`<LinkTo />`](#linkto-)
- [`<Logo />`](#logo)
- [`<Logo />`](#logo-)
- [`<Notification />`](#notification-)
- [`<Table />`](#table)
- [`<Tag />`](#tag)
- [⚙️ Interaction Components](#-interaction-components)
- [`<Button />`](#button)
- [`<Checkbox />`](#checkbox)
- [`<Form />`](#form)
- [`<Input />`](#input)
- [`<Radios />`](#radios)
- [`<Select />`](#radios)
- [`<TextArea />`](#textarea)
- [`<Table />`](#table-)
- [`<Tag />`](#tag-)
- [⚙️ Interaction Components](#%EF%B8%8F-interaction-components)
- [`<Button />`](#button-)
- [`<Checkbox />`](#checkbox-)
- [`<Form />`](#form-)
- [`<Input />`](#input-)
- [`<Radios />`](#radios-)
- [`<Select />`](#select-)
- [`<TextArea />`](#textarea-)
- [🎉 Popup](#-popup)
- [`<Modal />`](#modal)
- [`<Tooltip />`](#tooltip)
- [`<Modal />`](#modal-)
- [`<Tooltip />`](#tooltip-)

# 📖 `UI Components`

Expand Down

0 comments on commit 91ba43e

Please sign in to comment.