This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit ed48f83a61972b4242adabf49a7872cfea6eee94
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 30 14:06:42 2025 +0000

    Make banner more obvious
---
 www/board/agenda/views/layout/header.js.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/layout/header.js.rb 
b/www/board/agenda/views/layout/header.js.rb
index 4db1db1c..94159415 100644
--- a/www/board/agenda/views/layout/header.js.rb
+++ b/www/board/agenda/views/layout/header.js.rb
@@ -25,10 +25,12 @@ class Header < Vue
       if @@banner # is there a banner?
         if @@banner['href'] # is there a link?
           _div.navbar_brand {
-            _a @@banner['msg'], href: @@banner['href']
+            _a.notes @@banner['msg'], href: @@banner['href']
           }
         else # just show the text
-          _div.navbar_brand @@banner['msg']
+          _div.navbar_brand {
+            _span.notes @@banner['msg']
+          }
         end
       end
 

Reply via email to