fix home page link in custom playlist, #1088

This commit is contained in:
Simon 2025-11-15 11:12:16 +07:00
parent d4c3547791
commit 2dea80e6b1
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)}