From 26ff654dba203cf21bc953369e636bc796eccb7c Mon Sep 17 00:00:00 2001 From: Phillip Phan <php46@drexel.edu> Date: Wed, 8 Mar 2023 17:42:50 -0500 Subject: [PATCH] Fix TruePalette layout --- .idea/.idea.CI-ColorWebs/.idea/.name | 1 + CI-ColorWebs/Pages/Shared/_Layout.cshtml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .idea/.idea.CI-ColorWebs/.idea/.name diff --git a/.idea/.idea.CI-ColorWebs/.idea/.name b/.idea/.idea.CI-ColorWebs/.idea/.name new file mode 100644 index 0000000..e750059 --- /dev/null +++ b/.idea/.idea.CI-ColorWebs/.idea/.name @@ -0,0 +1 @@ +CI-ColorWebs \ No newline at end of file diff --git a/CI-ColorWebs/Pages/Shared/_Layout.cshtml b/CI-ColorWebs/Pages/Shared/_Layout.cshtml index 5770d14..13310b5 100644 --- a/CI-ColorWebs/Pages/Shared/_Layout.cshtml +++ b/CI-ColorWebs/Pages/Shared/_Layout.cshtml @@ -25,6 +25,9 @@ <li class="nav-item"> <a class="nav-link text-dark" asp-area="" asp-page="/Privacy">Privacy</a> </li> + <li class="nav-item"> + <a class="nav-link text-dark" asp-area="" asp-page="/TruePalette">True Palette</a> + </li> </ul> </div> </div> -- GitLab