File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11--- 
22import  Clock  from  ' $components/home/Clock.tsx'  ;
3- import  LastFM  from  ' $components/home/LastFM.tsx'  ;
3+ //   import LastFM from '$components/home/LastFM.tsx';
44import  LatestArticle  from  ' $components/home/LatestArticle.astro'  ;
5+ import  ListenBrainzTrack  from  ' $components/home/ListenBrainzTrack.tsx'  ;
56import  Weather  from  ' $components/home/Weather.tsx'  ;
67import  { platforms , preferences  } from  ' $utils/config'  ;
78--- 
@@ -16,7 +17,12 @@ import { platforms, preferences } from '$utils/config';
1617<div  class =" hidden"   data-requires-js >
1718  <div  class =" grid grid-cols-1 gap-4 md:grid-cols-[minmax(0,1fr)_minmax(240px,1fr)]"  >
1819    <div  class =" md:col-span-2"  >
19-       <LastFM  username ={ platforms .lastFM }  client:idle  transition:persist =" lastfm"   />
20+       <ListenBrainzTrack 
21+         username ={ platforms .listenBrainz } 
22+         client:idle 
23+         transition:persist =" listenbrainz" 
24+       />
25+       <!--  LastFM component left for future use: <LastFM username={platforms.lastFM} client:idle transition:persist="lastfm" /> --> 
2026    </div >
2127
2228    <Clock 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments