rename personal library button to my library
This commit is contained in:
parent
2aebbe03a5
commit
4fe67f591f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ const VideoList: NextPage = () => {
|
||||||
<>
|
<>
|
||||||
<Link href="/videos">
|
<Link href="/videos">
|
||||||
<span className="cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]">
|
<span className="cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]">
|
||||||
Personal Library
|
My Library
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="ml-4 flex items-center justify-center">
|
<div className="ml-4 flex items-center justify-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue