Skip to content

Commit

Permalink
chore: Error message
Browse files Browse the repository at this point in the history
  • Loading branch information
macojaune committed Oct 26, 2024
1 parent b6b9610 commit d3369f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/routes/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,13 @@ export function HomePage({ isWater = false }: { isWater?: boolean }) {
<h3 className="mb-4 text-left text-lg font-medium">Historique</h3>
<div className="flex max-h-52 flex-col items-center gap-2 overflow-auto">
{statuses?.length === 0 && (
<p className="text-center">
Pas de contributions dans les 6 dernières heures.{" "}
<p className="text-center bg-red-300 p-4">
Petit soucis technique, j'essaie de régler ça rapidement…
<br />
(on a été trop nombreux·ses à utiliser le site)
<br />
Merci pour ta patience et Kouraj !
{/* Pas de contributions dans les 6 dernières heures.{" "} */}
</p>
)}
{statuses
Expand Down

0 comments on commit d3369f1

Please sign in to comment.