Compare commits

...

2 Commits

Author SHA1 Message Date
Nightly 2c0791b472 Merge commit '62975d8746592619a513ad1a89071be54e4a2883' into testing 2022-12-14 20:11:27 +01:00
Nightly 62975d8746 dadada 2022-12-14 20:11:15 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ export function App() {
return (
<>
<div class="container">
<figure id="sfw"></figure>
<figure id="sfw">
<img src={preactLogo} alt="" />
</figure>
</div>
</>
)