Skip to content

Commit

Permalink
viz: minor visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX committed Dec 18, 2024
1 parent bfdf534 commit a51544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
title: "Leios Simulation",
description: "Generated by create next app",
};

Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/Graph/modules/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Stats: FC = () => {
);

return (
<div className={`flex flex-col gap-4 backdrop-blur-sm bg-white/80 min-w-[300px]`}>
<div className={`flex flex-col gap-4 backdrop-blur-sm bg-white/80 text-xl min-w-[300px]`}>
<div className="border-2 border-gray-200 rounded p-4">
<h2 className="font-bold uppercase mb-2">Global Stats</h2>
<h4 className="flex items-center justify-between gap-4">Tx Generated: <span>{totals.txGenerated}</span></h4>
Expand Down

0 comments on commit a51544e

Please sign in to comment.