added a better video
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-10-21 00:06:46 +10:00
parent 0ae993fb9d
commit 8007273e31
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service';
@Component({
selector: 'app-about',
template: `<iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ"
template: `<iframe src="https://www.youtube.com/watch?v=xcNFyPciZ0g&list=RDxcNFyPciZ0g&start_radio=1"
width="560" height="315" frameborder="0" allowfullscreen></iframe>`
})
export class AboutComponent implements OnInit {