Fix extentions of the JPG images
Some images are jpg and not png.
This commit is contained in:
parent
162ee28d0c
commit
93d40b083e
|
@ -255,11 +255,11 @@ Simply run `pihole -c` for some detailed information.
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://assets.pi-hole.net/static/chrono1.pn">
|
<img src="https://assets.pi-hole.net/static/chrono1.jpg">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://assets.pi-hole.net/static/chrono2.png">
|
<img src="https://assets.pi-hole.net/static/chrono2.jpg">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# Get Help Or Connect With Us On The Web
|
# Get Help Or Connect With Us On The Web
|
||||||
|
|
Loading…
Reference in New Issue