mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
added logo to README.md
This commit is contained in:
parent
02b5ccb070
commit
20ac9d7c06
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<p align="center">
|
||||
<a href="https://github.com/synphonyte/leptos-use#gh-light-mode-only">
|
||||
<img src="https://raw.githubusercontent.com/synphonyte/leptos-use/main/docs/logo-light.svg#gh-light-mode-only" alt="Leptos-Use – Collection of essential Leptos utilities"/>
|
||||
<img src="https://raw.githubusercontent.com/synphonyte/leptos-use/main/docs/logo-light.svg#gh-light-mode-only" alt="Leptos-Use – Collection of essential Leptos utilities" width="130"/>
|
||||
</a>
|
||||
<a href="https://github.com/synphonyte/leptos-use#gh-dark-mode-only">
|
||||
<img src="https://raw.githubusercontent.com/synphonyte/leptos-use/main/docs/logo-dark.svg#gh-dark-mode-only" alt="Leptos-Use – Collection of essential Leptos utilities"/>
|
||||
<img src="https://raw.githubusercontent.com/synphonyte/leptos-use/main/docs/logo-dark.svg#gh-dark-mode-only" alt="Leptos-Use – Collection of essential Leptos utilities" width="130"/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -24,5 +24,4 @@
|
|||
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/synphonyte/leptos-use#license)
|
||||
[![Build Status](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml/badge.svg)](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml)
|
||||
|
||||
|
||||
This is still very much work in progress and all contributions are welcome!
|
Loading…
Add table
Reference in a new issue