From 674c5bfdda15fc1c07253379a9f73b088fdd8380 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Jul 2025 18:11:02 -0400 Subject: [PATCH] Use Arch icon for this instead too for now --- install/webapps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/webapps.sh b/install/webapps.sh index fbaf3a3..6f5c444 100644 --- a/install/webapps.sh +++ b/install/webapps.sh @@ -12,5 +12,5 @@ if [ -z "$OMARCHY_BARE" ]; then web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png web2app "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png - web2app "Omarchy Manual" https://manuals.omamix.org/2/the-omarchy-manual https://manuals.omamix.org/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDgsInB1ciI6ImJsb2JfaWQifX0=--c26606490139480f5bcb3cf91b09fc45825007f6/omarchy.jpg?disposition=attachment + web2app "Omarchy Manual" https://manuals.omamix.org/2/the-omarchy-manual https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/arch-linux.png fi