chore: use relative links for previews again
I am regretting not using a feature branch when dealing with github stuff
This commit is contained in:
parent
4b13ea4740
commit
b561d98f42
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -12,26 +12,26 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="/main/assets/previews/preview.webp"/>
|
<img src="main/assets/previews/preview.webp"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Previews
|
## Previews
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>🌻 Latte</summary>
|
<summary>🌻 Latte</summary>
|
||||||
<img src="/main/assets/previews/latte.webp"/>
|
<img src="main/assets/previews/latte.webp"/>
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>🪴 Frappé</summary>
|
<summary>🪴 Frappé</summary>
|
||||||
<img src="/main/assets/previews/frappe.webp"/>
|
<img src="main/assets/previews/frappe.webp"/>
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>🌺 Macchiato</summary>
|
<summary>🌺 Macchiato</summary>
|
||||||
<img src="/main/assets/previews/macchiato.webp"/>
|
<img src="main/assets/previews/macchiato.webp"/>
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary>🌿 Mocha</summary>
|
<summary>🌿 Mocha</summary>
|
||||||
<img src="/main/assets/previews/mocha.webp"/>
|
<img src="main/assets/previews/mocha.webp"/>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue