chore: bear.jpg in ./docs (#2684)

This commit is contained in:
Daishi Kato 2024-08-16 09:48:22 +09:00 committed by GitHub
parent e247220ece
commit 9b26718d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
libname: 'Zustand'
home_redirect: '/getting-started/introduction'
icon: '/favicon.ico'
logo: '/logo.jpg'
logo: '/bear.jpg'
deploy:
needs: build

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -5,7 +5,7 @@ nav: 0
---
<div class="flex justify-center mb-4">
<img src="https://github.com/pmndrs/zustand/raw/main/bear.jpg" />
<img src="https://github.com/pmndrs/zustand/raw/main/docs/bear.jpg" />
</div>
A small, fast, and scalable bearbones state management solution.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="bear.jpg" />
<img src="docs/bear.jpg" />
</p>
[![Build Status](https://img.shields.io/github/actions/workflow/status/pmndrs/zustand/lint-and-type.yml?branch=main&style=flat&colorA=000000&colorB=000000)](https://github.com/pmndrs/zustand/actions?query=workflow%3ALint)