mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Preact TS tweak
This commit is contained in:
committed by
Jake Archibald
parent
68cd15bd14
commit
bb78632cf5
@@ -273,7 +273,7 @@ export default class Intro extends Component<Props, State> {
|
||||
)}
|
||||
<div
|
||||
class={style.loadImgContent}
|
||||
style={{ visibility: __PRERENDER__ ? 'hidden' : '' }}
|
||||
style={{ visibility: __PRERENDER__ ? 'hidden' : undefined }}
|
||||
>
|
||||
<button class={style.loadBtn} onClick={this.onOpenClick}>
|
||||
<svg viewBox="0 0 24 24" class={style.loadIcon}>
|
||||
|
||||
Reference in New Issue
Block a user