Skip to content

Commit

Permalink
Merge branch 'layout-fixes' of github.com:ordinalspractice/bip322 int…
Browse files Browse the repository at this point in the history
…o layout-fixes
  • Loading branch information
ordinalspractice committed Jan 20, 2025
2 parents 89d6edd + 848c8f5 commit 6c6567b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions www/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ function App() {
return <div>Failed to initialize WASM: {wasmError.message}</div>;
}

if (!isWasmInitialized) {
return <div>Loading WASM...</div>;
}

return (
<div className="min-h-screen w-full flex flex-col justify-center">
<header className="hero h-[calc(var(--size)*0.50)] flex justify-center w-full">
Expand Down
Binary file modified www/src/bip322_bg.wasm
Binary file not shown.

0 comments on commit 6c6567b

Please sign in to comment.