From 5e2e6aa2f4bcb01e6bf795b314df1e3e235c4107 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 7 Mar 2026 21:32:58 +0000 Subject: [PATCH] =?UTF-8?q?[ci=20skip]=20fix=20Wealthfolio=20Homepage=20ic?= =?UTF-8?q?on:=20wealthfolio.png=20=E2=86=92=20mdi-finance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/wealthfolio/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/wealthfolio/main.tf b/stacks/wealthfolio/main.tf index 62ed616b..244c3d81 100644 --- a/stacks/wealthfolio/main.tf +++ b/stacks/wealthfolio/main.tf @@ -155,7 +155,7 @@ module "ingress" { "gethomepage.dev/enabled" = "true" "gethomepage.dev/name" = "Wealthfolio" "gethomepage.dev/description" = "Investment portfolio tracker" - "gethomepage.dev/icon" = "wealthfolio.png" + "gethomepage.dev/icon" = "mdi-finance" "gethomepage.dev/group" = "Finance & Personal" "gethomepage.dev/pod-selector" = "" }