idea for customCSS loading / fixture
This commit is contained in:
parent
b2c1a82bc2
commit
4b1e832c5c
@ -1,7 +1,7 @@
|
||||
export default function Customcss({ options }) {
|
||||
if (options.src) {
|
||||
return (
|
||||
<link href={options.src} type="text/css" rel="stylesheet"></link>
|
||||
<link href={options.src} type="text/css" rel="stylesheet" />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user