Fix logo path
This commit is contained in:
parent
6ccff513f4
commit
3a9ab87a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Fedi Feed Router
|
# Fedi Feed Router
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="public/images/ffr-logo-600.png" alt="FFR Logo" width="200">
|
<img src="backend/public/images/ffr-logo-600.png" alt="FFR Logo" width="200">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
`ffr` is a self-hosted tool for routing content from RSS/Atom feeds to the fediverse.
|
`ffr` is a self-hosted tool for routing content from RSS/Atom feeds to the fediverse.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue