From 4e59e6734ac4e30ae2edf1bb130ce88dd8c2635e Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Tue, 17 Oct 2023 08:44:18 +0200 Subject: [PATCH] Update app.dx --- app.dx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.dx b/app.dx index d28064f..a2cba8b 100644 --- a/app.dx +++ b/app.dx @@ -1,5 +1,5 @@ name: "Threads Example", -icon_path: "https://cdn.unyt.org/unyt-resources/logos/unyt/square-dark-background.png"; +icon: "https://cdn.unyt.org/unyt-resources/logos/unyt/square-dark-background.png"; plugin git_deploy ( prod: ( @@ -7,4 +7,4 @@ plugin git_deploy ( branch: '*', test: false ) -) \ No newline at end of file +)