mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-14 00:40:30 +00:00
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:
parent
fe5708ac93
commit
20b7b0706e
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ export default function Item({ bookmark }) {
|
|||
<a
|
||||
href={bookmark.href}
|
||||
title={bookmark.name}
|
||||
target={settings.target ?? "_blank"}
|
||||
target={bookmark.target ?? settings.target ?? "_blank"}
|
||||
className="block w-full text-left cursor-pointer transition-all h-15 mb-3 rounded-md font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-100/20 hover:bg-theme-300/20 dark:bg-white/5 dark:hover:bg-white/10"
|
||||
>
|
||||
<div className="flex">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue