We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8929c commit dde1851Copy full SHA for dde1851
frontend/src/app/components/status-bar/StatusBar.tsx
@@ -63,7 +63,7 @@ const StatusBar = ({ exitMethod }: StatusBarProps) => {
63
};
64
65
return (
66
- <footer className="fixed bottom-0 left-0 flex w-[100svw] items-center justify-between border-black bg-primary px-4 py-2 shadow-sm lg:static lg:w-full lg:px-12">
+ <footer className="fixed bottom-0 left-0 flex w-[100svw] items-center justify-between border-black bg-primary px-4 py-2 shadow-sm lg:w-full lg:px-12">
67
{contextHolder}
68
<div className="flex gap-4">
69
{userStates &&
0 commit comments