fix: correct AutoRefresh component rendering in HomePage
Build Images and Deploy / Update-PROD-Stack (push) Failing after 32s
Build Images and Deploy / Update-PROD-Stack (push) Failing after 32s
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ export default async function HomePage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-10">
|
<div className="space-y-10">
|
||||||
<AutoRefresh intervalMs={30_000} />}
|
<AutoRefresh intervalMs={30_000} />
|
||||||
<div className="text-center py-8">
|
<div className="text-center py-8">
|
||||||
<h1 className="text-4xl font-bold tracking-tight mb-3">
|
<h1 className="text-4xl font-bold tracking-tight mb-3">
|
||||||
The{' '}
|
The{' '}
|
||||||
|
|||||||
Reference in New Issue
Block a user