fix: fix naming
This commit is contained in:
parent
abef4a819b
commit
722fdb3506
|
|
@ -65,7 +65,7 @@ function Footer() {
|
||||||
</div>
|
</div>
|
||||||
<div className="text-muted-foreground container mb-8 flex flex-col items-center justify-center text-xs">
|
<div className="text-muted-foreground container mb-8 flex flex-col items-center justify-center text-xs">
|
||||||
<p>Licensed under MIT License</p>
|
<p>Licensed under MIT License</p>
|
||||||
<p>© {year} DeepFlow</p>
|
<p>© {year} DeerFlow</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue