fix home page link in custom playlist, #1088
This commit is contained in:
parent
d4c3547791
commit
2dea80e6b1
|
|
@ -373,7 +373,7 @@ const Playlist = () => {
|
|||
<>
|
||||
{isCustomPlaylist && (
|
||||
<p>
|
||||
Try going to the <a href="{% url 'home' %}">home page</a> to add videos to this
|
||||
Try going to the <Link to={Routes.Home}>home page</Link> to add videos to this
|
||||
playlist.
|
||||
</p>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue