mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-23 06:15:19 +01:00
parent
5efed2e740
commit
198835a697
@ -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…
x
Reference in New Issue
Block a user