Skip to content

Commit a4eeb4a

Browse files
committed
fix: minor visual bug in app.tsx.
1 parent 4e2e63e commit a4eeb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const router = createRouter([
9393
function App(): React.JSX.Element {
9494
return (
9595
<Splash position="top">
96-
<RouterProvider router={router} />;
96+
<RouterProvider router={router} />
9797
</Splash>
9898
);
9999
}

0 commit comments

Comments
 (0)