Feature: support target in individual services/bookmarks (#408)

* Adds feature #385

* Fixed the ordering of the evaluations

* Fix double space

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>

* Fix double space

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>

* Fixed the ordering of the evaluations

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Facinorous 2022-10-20 17:52:37 -04:00 committed by GitHub
parent fe5708ac93
commit 20b7b0706e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ export default function Item({ service }) {
(hasLink ? (
<a
href={service.href}
target={settings.target ?? "_blank"}
target={service.target ?? settings.target ?? "_blank"}
rel="noreferrer"
className="flex-shrink-0 flex items-center justify-center w-12 "
>
@ -84,7 +84,7 @@ export default function Item({ service }) {
{hasLink ? (
<a
href={service.href}
target={settings.target ?? "_blank"}
target={service.target ?? settings.target ?? "_blank"}
rel="noreferrer"
className="flex-1 flex items-center justify-between rounded-r-md "
>