Improve how recommended videos are displayed on the video page
Update the recommended videos section on the VideoPage component to include debugging visual indicators. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/DFHhzsd
This commit is contained in:
parent
ae56bdc0fa
commit
5679ce6ff0
@ -391,8 +391,8 @@ export default function VideoPage() {
|
||||
</div>
|
||||
|
||||
{/* Recommended videos sidebar */}
|
||||
<div className="w-full lg:w-96">
|
||||
<h2 className="text-lg font-semibold text-bunny-light mb-4">Recommended Videos</h2>
|
||||
<div className="w-full lg:w-96 bg-red-500/20 border border-red-500 p-4 rounded-lg">
|
||||
<h2 className="text-lg font-semibold text-white mb-4 bg-red-600 p-2 rounded">🔥 Recommended Videos (DEBUG)</h2>
|
||||
|
||||
<div className="space-y-3">
|
||||
{recommendedVideos.slice(0, 10).map((video) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user