mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Update PlaylistPage.vue
This commit is contained in:
		
							parent
							
								
									26ed1cb5af
								
							
						
					
					
						commit
						73eec91fe6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9,7 +9,7 @@
 | 
				
			||||||
        <div class="mt-1 flex items-center justify-between">
 | 
					        <div class="mt-1 flex items-center justify-between">
 | 
				
			||||||
            <div>
 | 
					            <div>
 | 
				
			||||||
                <router-link class="link flex items-center gap-3" :to="playlist.uploaderUrl || '/'">
 | 
					                <router-link class="link flex items-center gap-3" :to="playlist.uploaderUrl || '/'">
 | 
				
			||||||
                    <img :src="playlist.uploaderAvatar" loading="lazy" class="rounded-full" />
 | 
					                    <img loading="lazy" :src="playlist.uploaderAvatar" class="rounded-full" />
 | 
				
			||||||
                    <strong v-text="playlist.uploader" />
 | 
					                    <strong v-text="playlist.uploader" />
 | 
				
			||||||
                </router-link>
 | 
					                </router-link>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue