This commit is contained in:
parent
dc2c70ff3a
commit
6aa2fafb63
@ -213,7 +213,7 @@ export default function Player({ params }: { params: { id: string } }) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Settings Buttons */}
|
{/* Settings Buttons */}
|
||||||
<div className="absolute right-3 top-16 flex justify-end md:relative md:right-3 md:top-0 md:mt-2 md:justify-center">
|
<div className="absolute right-3 top-16 flex justify-end md:relative md:right-0 md:top-0 md:mt-2 md:justify-center">
|
||||||
{settingsStore?.userId !== params.id && (
|
{settingsStore?.userId !== params.id && (
|
||||||
<button>
|
<button>
|
||||||
<HomeIcon
|
<HomeIcon
|
||||||
|
Loading…
Reference in New Issue
Block a user