- Timestamp:
- 02/06/26 21:36:01 (5 months ago)
- Branches:
- main
- Children:
- 5938bc9
- Parents:
- b071fb4
- Location:
- frontend/src
- Files:
-
- 2 edited
-
pages/LandingPage.tsx (modified) (1 diff)
-
utils/types.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/pages/LandingPage.tsx
rb071fb4 r591919d 350 350 </h3> 351 351 <p className="text-sm text-gray-400 mb-3 overflow-hidden text-ellipsis whitespace-nowrap"> 352 { "<album>"}352 {song.album} 353 353 </p> 354 354 <p className="text-sm text-gray-400 mb-3 overflow-hidden text-ellipsis whitespace-nowrap"> -
frontend/src/utils/types.ts
rb071fb4 r591919d 28 28 export interface Song extends MusicalEntity { 29 29 type: "SONG"; 30 album?: string; 30 31 } 31 32
Note:
See TracChangeset
for help on using the changeset viewer.
