Merge branch 'main' of https://github.com/john-david3/cs3305-team11
This commit is contained in:
@@ -232,7 +232,7 @@ const UserPage: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="w-full mt-6 relative flex flex-col items-center">
|
<div className="w-full mt-6 relative flex flex-col items-center">
|
||||||
<div className="w-full max-w-full relative flex items-center justify-center">
|
<div className="w-full max-w-full relative flex items-center justify-center">
|
||||||
<h2 className="text-xl font-semibold mb-3 text-center w-full">About Me </h2>
|
<h2 className="text-xl font-semibold mb-3 text-center w-full">About Me</h2>
|
||||||
{!isEditingBio && userPageVariant === "personal" && (
|
{!isEditingBio && userPageVariant === "personal" && (
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ const Vods: React.FC = () => {
|
|||||||
<p className="col-span-full text-center">No VODs available.</p>
|
<p className="col-span-full text-center">No VODs available.</p>
|
||||||
) : (
|
) : (
|
||||||
ownedVods.map((vod) => {
|
ownedVods.map((vod) => {
|
||||||
const thumbnailUrl = `/stream/${username}/vods/${vod.vod_id}.png`;
|
const thumbnailUrl = `/vods/${username}/${vod.vod_id}.png`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user