mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 23:38:46 +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 }) {
|
export default function ContainerLink({ children = [], options, additionalClassNames = "", target }) {
|
||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
href={options.url}
|
href={options.href || options.url}
|
||||||
target={target}
|
target={target}
|
||||||
className={`${getAllClasses(options, additionalClassNames)} information-widget-link`}
|
className={`${getAllClasses(options, additionalClassNames)} information-widget-link`}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue