Skip to content

Commit

Permalink
feat(ui): add description on statistics page title
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Nov 8, 2023
1 parent 4badc98 commit 71770d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/statistics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SpotifyDashboard } from './components/spotify-dashboard'
export default function Page() {
return (
<div className="content-container m-auto space-y-16">
<Title text="Statistics" />
<Title text="Statistics" description="Updates every 24 hours" />
<div className="space-y-5">
<div className="flex w-full items-center justify-center gap-2 text-3xl font-semibold text-[#333] dark:text-[#f5f5f5] md:justify-start">
<h2>Github</h2>
Expand Down

0 comments on commit 71770d8

Please sign in to comment.