commit 62e871c32312bfe375bbfb3dfe6f0b33a9335020
parent 41d3288a7c30c23963baf76c334b8460cbf13133
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 15 Mar 2018 18:51:45 +0100
Fix href
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html
@@ -8,7 +8,7 @@
</span>
</div>
<div>
- <a pageScroll [href]="'img'+i" >
+ <a pageScroll [href]="'#img'+i" >
<img *ngIf="item.image_urls && item.image_urls[0]" [src]="item.image_urls[0]" class="thumbnail">
</a>