fix(ct): solid typecheck (#28686)

This commit is contained in:
Sander 2023-12-16 21:42:50 +01:00 committed by GitHub
parent 576b3406e3
commit aaf9cc5b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ import DashboardPage from './pages/DashboardPage';
export default function App() {
return <>
<header>
{ /* 2023-05-03: remove elementtiming and fetchpriority from img when this issue is resolved: https://github.com/ryansolid/dom-expressions/pull/244 */}
<img src={logo} alt="logo" width={125} height={125} elementtiming="0" fetchpriority="auto" />
<img src={logo} alt="logo" width={125} height={125} />
<A href="/">Login</A>
<A href="/dashboard">Dashboard</A>
</header>