Check routerlink in post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-12 10:31:57 +10:00
parent fa92bc1c5c
commit c4d718758b
3 changed files with 1 additions and 1 deletions

View File

@@ -3,5 +3,6 @@
<a href="{{post.ImgURL}}" target="_blank">
<img *ngIf="post.ImgURL != '0'" src="{{post.ImgURL}}" alt="anonpls" width="140">
</a>
<a routerLink = "{{post.ImgURL}}">pic</a>
<p>{{post.Text}}</p>
</div>