Changeset ed8f998 for frontend/src/pages/SongDetail.tsx
- Timestamp:
- 02/19/26 20:23:01 (5 months ago)
- Branches:
- main
- Children:
- 765e166
- Parents:
- c807e22 (diff), 615dcee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
frontend/src/pages/SongDetail.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/pages/SongDetail.tsx
rc807e22 red8f998 407 407 )} 408 408 </h2> 409 <button 410 onClick={() => setShowReviewModal(true)} 411 className="flex items-center gap-2 bg-[#1db954] hover:bg-[#1ed760] text-black text-sm font-semibold px-4 py-2 rounded-full transition-colors" 412 > 413 <svg 414 className="w-4 h-4" 415 fill="none" 416 stroke="currentColor" 417 viewBox="0 0 24 24" 409 {user != null && ( 410 <button 411 onClick={() => setShowReviewModal(true)} 412 className="flex items-center gap-2 bg-[#1db954] hover:bg-[#1ed760] text-black text-sm font-semibold px-4 py-2 rounded-full transition-colors" 418 413 > 419 <path 420 strokeLinecap="round" 421 strokeLinejoin="round" 422 strokeWidth={2} 423 d="M12 4v16m8-8H4" 424 /> 425 </svg> 426 Add Review 427 </button> 414 <svg 415 className="w-4 h-4" 416 fill="none" 417 stroke="currentColor" 418 viewBox="0 0 24 24" 419 > 420 <path 421 strokeLinecap="round" 422 strokeLinejoin="round" 423 strokeWidth={2} 424 d="M12 4v16m8-8H4" 425 /> 426 </svg> 427 Add Review 428 </button> 429 )} 428 430 </div> 429 431
Note:
See TracChangeset
for help on using the changeset viewer.
