From 24d211a1d32b5530711edf34b773e241fb449182 Mon Sep 17 00:00:00 2001 From: Aldrin Zigmund Velasco Date: Mon, 12 Aug 2024 09:25:01 +0800 Subject: [PATCH] one more minor change before new release --- lib/pages/home pages/home pages widgets/topnavbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home pages/home pages widgets/topnavbar.dart b/lib/pages/home pages/home pages widgets/topnavbar.dart index 243a498..463b9fb 100644 --- a/lib/pages/home pages/home pages widgets/topnavbar.dart +++ b/lib/pages/home pages/home pages widgets/topnavbar.dart @@ -29,7 +29,7 @@ class TopNavBar extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ TopNavButton( - label: "Contact Me", + label: "Contact Us", index: 0, focusedIndex: focusedIndex, updateFocus: updateFocus,