mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 15:28:47 +00:00
parent
5efed2e740
commit
198835a697
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { getAllClasses, getInnerBlock, getBottomBlock } from "./container";
|
|||
export default function ContainerLink({ children = [], options, additionalClassNames = "", target }) {
|
||||
return (
|
||||
<a
|
||||
href={options.url}
|
||||
href={options.href || options.url}
|
||||
target={target}
|
||||
className={`${getAllClasses(options, additionalClassNames)} information-widget-link`}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue