This commit is contained in:
grafixeyehero 2021-10-19 19:19:28 +03:00
parent 84e8bbceb1
commit 9db5773cb9
8 changed files with 16 additions and 50 deletions

View file

@ -1,7 +1,7 @@
import React, { FunctionComponent } from 'react';
import globalize from '../../../scripts/globalize';
const createLinkElement = ({ className, href, title }) => ({
const createLinkElement = ({ className, title, href }) => ({
__html: `<a
is="emby-linkbutton"
rel="noopener noreferrer"