From 54239fd5198dc38801f6eac8138083ae63122faa Mon Sep 17 00:00:00 2001 From: Soumya Kanti Sar <11752260+sksar@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:10:05 +0100 Subject: [PATCH] Fix @input to @output (#434) Possible typo. Fixed IO output variable from @input to @output. --- lib/phoenix/live_dashboard/pages/home_page.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix/live_dashboard/pages/home_page.ex b/lib/phoenix/live_dashboard/pages/home_page.ex index ba551200..cfe5f2c5 100644 --- a/lib/phoenix/live_dashboard/pages/home_page.ex +++ b/lib/phoenix/live_dashboard/pages/home_page.ex @@ -169,7 +169,7 @@ defmodule Phoenix.LiveDashboard.HomePage do <:col> <.card inner_title="Total output" inner_hint={hint_msg(:total_output)}> - <%= format_bytes(@input) %> + <%= format_bytes(@output) %>