Skip to content

Commit

Permalink
feat: improve display
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Feb 4, 2024
1 parent a665d9b commit 9caf90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/Sponsor/Visitors/Visitors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SponsorVisitors: React.FC = () => {

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

0 comments on commit 9caf90d

Please sign in to comment.