fix: fix naming

This commit is contained in:
Li Xin
2025-05-06 17:19:58 +08:00
parent abef4a819b
commit 722fdb3506

View File

@@ -65,7 +65,7 @@ function Footer() {
</div>
<div className="text-muted-foreground container mb-8 flex flex-col items-center justify-center text-xs">
<p>Licensed under MIT License</p>
<p>&copy; {year} DeepFlow</p>
<p>&copy; {year} DeerFlow</p>
</div>
</footer>
);