Skip to content

Commit

Permalink
use smaller font for version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 11, 2023
1 parent e763993 commit 2b29eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Footer() {
</a>
</div>
<div className="flex-1 flex items-center justify-center">
<h3 className="text-sm text-muted-foreground">
<h3 className="text-xs text-muted-foreground">
Version: {version || "Unknown"}
</h3>
</div>
Expand Down

0 comments on commit 2b29eba

Please sign in to comment.