mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 16:09:50 +03:00
fix(rtk-query): incorrect link color
Other changes: * fix: add missing anchor property value noopener
This commit is contained in:
parent
e84c0dcd99
commit
e5ce000a27
|
@ -12,7 +12,7 @@ export function NoRtkQueryApi(): JSX.Element {
|
|||
<a
|
||||
href="https://redux-toolkit.js.org/rtk-query/overview#basic-usage"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
rel="noreferrer noopener"
|
||||
>
|
||||
the instructions
|
||||
</a>
|
||||
|
|
|
@ -293,9 +293,11 @@ const getSheetFromColorMap = (map: ColorMap) => {
|
|||
noApiFound: {
|
||||
width: '100%',
|
||||
textAlign: 'center',
|
||||
color: map.TEXT_COLOR,
|
||||
padding: '1.4em',
|
||||
'& a': {
|
||||
fontSize: 'inherit',
|
||||
color: map.TEXT_COLOR,
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user