We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc659b commit 4014484Copy full SHA for 4014484
frontend/src/app/app.component.html
@@ -61,7 +61,7 @@
61
class="badge badge-secondary mb-1 ml-2"
62
[class.my-bookmarks-last-search]="bookmark.public === false"
63
[class.public-bookmarks-last-search]="bookmark.public === true"
64
- href="{{bookmark.location}}}"
+ href="{{bookmark.location}}"
65
title="Go to {{bookmark.name}}"
66
(click)="addToHistoryService.promoteInHistoryIfLoggedIn(userIsLoggedIn, bookmark)"
67
(auxclick)="addToHistoryService.promoteInHistoryIfLoggedIn(userIsLoggedIn, bookmark)"
0 commit comments