Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a665d9b

Browse files
committed
feat: visitors counter
1 parent 08b7113 commit a665d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/Sponsor/Visitors/Visitors.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const SponsorVisitors: React.FC = () => {
5959

6060
return (
6161
<Layout
62-
title="Visitantes"
62+
title= {`Visitantes ${visitors.length}`}
6363
description="Veja quem está a visitar a sua empresa e já recebeu o seu badge"
6464
>
6565
<div className="mt-5 h-screen text-white">

0 commit comments

Comments
 (0)