We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23037c commit 5ef2aaeCopy full SHA for 5ef2aae
1 file changed
apps/frontend/src/app/5_pages/ZeroPage/ZeroPage.tsx
@@ -185,7 +185,6 @@ const ZeroPage: FC<ZeroPageProps> = ({ deferred: [price] }) => {
185
<div className="flex-col-reverse lg:flex-row flex items-stretch md:p-4 md:bg-gray-90 rounded gap-9 md:gap-20">
186
<div className="md:min-w-[23rem] min-w-auto">
187
<SystemStats />
188
- <p>hahaha</p>
189
</div>
190
<div className="flex-1 flex flex-col">
191
<Paragraph
0 commit comments