Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/components/home/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ const Footer = () => {
<div className="flex items-center space-x-8 text-sm text-slate-400">
<a
title="Coming soon"
href="#"
href="https://softhon.github.io/mitsi-docs/"
target="_blank"
className="hover:text-white transition-colors"
>
Documentation
</a>
<a
{/* <a
title="Coming soon"
href="#"
className="hover:text-white transition-colors"
Expand All @@ -34,9 +35,10 @@ const Footer = () => {
className="hover:text-white transition-colors"
>
Support
</a>
</a> */}
<a
href="https://github.com/softhon"
target="_blank"
className="hover:text-white transition-colors"
>
GitHub
Expand All @@ -45,7 +47,7 @@ const Footer = () => {
</div>

<div className="border-t border-white/10 mt-12 pt-8 text-center text-slate-500 text-sm">
© 2025 Mitsi. Redefining communication.
© {new Date().getFullYear()} Mitsi. Redefining communication.
</div>
</div>
</footer>
Expand Down
7 changes: 4 additions & 3 deletions src/components/home/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ const Navbar = () => {
<div className="hidden lg:flex items-center space-x-12">
<a
title="Coming soon"
href="#"
href="https://softhon.github.io/mitsi-docs/"
target="_blank"
className="text-slate-300 hover:text-white transition-all duration-300 text-sm font-light tracking-wide"
>
Documentations
</a>
<a
{/* <a
title="Coming soon"
href="#"
className="text-slate-300 hover:text-white transition-all duration-300 text-sm font-light tracking-wide"
Expand All @@ -52,7 +53,7 @@ const Navbar = () => {
className="text-slate-300 hover:text-white transition-all duration-300 text-sm font-light tracking-wide"
>
Community
</a>
</a> */}
<div className="h-6 w-px bg-slate-700" />

<a href="https://github.com/softhon" target="_blank">
Expand Down
Loading