From 480c5c3eb69f9ece6fb9a8ad086543639425e1d3 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 15 Aug 2026 10:36:15 -0500 Subject: [PATCH] update div to button. conflict resolution with #4932-- preserves the intention of that PR, but with new structure of this PR. --- client/homebrew/navbar/nav.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/navbar/nav.jsx b/client/homebrew/navbar/nav.jsx index cf1ddb366..d9d3ebef5 100644 --- a/client/homebrew/navbar/nav.jsx +++ b/client/homebrew/navbar/nav.jsx @@ -33,10 +33,10 @@ const Nav = { {icon && } ; } else { - return
+ return
; + ; } },