Skip to content

Commit 5bc0894

Browse files
crowrishclaude
andcommitted
Update Footer with correct GitHub repository URL
- Replace placeholder GitHub link with actual project repository - Users can now access the project source code from Footer - Improve project navigation and accessibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d696bdd commit 5bc0894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function Footer() {
66
<span>Korean Services Integration Kit</span>
77
<span></span>
88
<a
9-
href="https://github.com"
9+
href="https://github.com/crowrish/korean-services-intergration-kit"
1010
className="hover:text-gray-700 transition-colors"
1111
target="_blank"
1212
rel="noopener noreferrer"

0 commit comments

Comments
 (0)