From 74027e3767e0d34ea5e696ae7355dbe32fecc4cb Mon Sep 17 00:00:00 2001 From: Ari Dev Date: Mon, 19 Feb 2024 18:01:45 -0600 Subject: [PATCH] fix(links): Fixed the github icon button to open the repository on a new tab --- src/HashMyPass/Layout/MainLayout.razor | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/HashMyPass/Layout/MainLayout.razor b/src/HashMyPass/Layout/MainLayout.razor index bedb46d..d036ea7 100644 --- a/src/HashMyPass/Layout/MainLayout.razor +++ b/src/HashMyPass/Layout/MainLayout.razor @@ -1,4 +1,5 @@ @inherits LayoutComponentBase + - + + @@ -39,4 +45,4 @@ StateHasChanged(); } } -} \ No newline at end of file +}