From 49c0596405048675ab92140765e6cd847f4d526d Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 8 Mar 2018 22:20:22 -0800 Subject: [PATCH] Use real component syntax for NavLink/NavMenu --- samples/StandaloneApp/Shared/MainLayout.cshtml | 2 +- samples/StandaloneApp/Shared/NavMenu.cshtml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/samples/StandaloneApp/Shared/MainLayout.cshtml index d505221da6..fedd543b5c 100644 --- a/samples/StandaloneApp/Shared/MainLayout.cshtml +++ b/samples/StandaloneApp/Shared/MainLayout.cshtml @@ -3,7 +3,7 @@
- +
@Body diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/samples/StandaloneApp/Shared/NavMenu.cshtml index 651d08d2d9..bea04d0ce5 100644 --- a/samples/StandaloneApp/Shared/NavMenu.cshtml +++ b/samples/StandaloneApp/Shared/NavMenu.cshtml @@ -13,20 +13,19 @@