img
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-20 14:58:35 +10:00
parent 9ff51eb1af
commit 387e85669c

View File

@ -3,7 +3,7 @@ import { ApiChatService } from '../api-chat.service';
@Component({
selector: 'app-home',
template: `<img src="http://static.vdk2ch.ru:15555/test-public/sin.png">`
template: `<img src="http://static.vdk2ch.ru:15555/test-public/sin.jpg">`
})
export class HomeComponent implements OnInit {