From 7ec1e33b56224ec1014ab8ed8583ebd8edef1829 Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 22 May 2026 00:34:14 +0100 Subject: [PATCH] style(branding): drop the divider line under the logo Keep just the wordmark + portal; the underline read poorly. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- init.sh | 3 +-- scripts/source/files/generate_arrays.sh | 3 +-- start.sh | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/init.sh b/init.sh index 71c629f..d55cc6b 100755 --- a/init.sh +++ b/init.sh @@ -33,8 +33,7 @@ displayLibrePortalLogo() { echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ - ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" } diff --git a/scripts/source/files/generate_arrays.sh b/scripts/source/files/generate_arrays.sh index 447db98..45ab50e 100755 --- a/scripts/source/files/generate_arrays.sh +++ b/scripts/source/files/generate_arrays.sh @@ -41,8 +41,7 @@ isHeader() { echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ - ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" isHeader "Regenerating Array Files" diff --git a/start.sh b/start.sh index 5b00988..7b97f0b 100755 --- a/start.sh +++ b/start.sh @@ -15,8 +15,7 @@ displayLibrePortalLogo() echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ - ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘" echo "" }