We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c8f15 + 7e66faf commit db545b4Copy full SHA for db545b4
1 file changed
app/page.tsx
@@ -94,6 +94,11 @@ export default function HomePage() {
94
)}
95
{data && <ResultDashboard user1={data.user1} user2={data.user2} />}
96
</div>
97
+ <footer className="border-t py-6 text-center text-sm text-muted-foreground">
98
+ <div className="container max-w-7xl mx-auto px-4">
99
+ <span className="font-medium">DevImpact</span> — Compare GitHub developer metrics
100
+ </div>
101
+ </footer>
102
</main>
103
);
104
}
0 commit comments