fix tauri links (#3131)

This commit is contained in:
Kurt Hutten
2024-07-26 15:05:46 +10:00
committed by GitHub
parent 0d4b7adf99
commit af842aeded
2 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export default function Tooltip({
return (
<div
// @ts-ignore while awaiting merge of this PR for support of "inert" https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60822
inert={`${inert}`}
inert={inert}
role="tooltip"
className={`p-3 ${
position !== 'left' && position !== 'right' ? 'px-0' : ''