Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 21, 2024
1 parent 7fc8db8 commit 84ff6fe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
namespace Boilerplate.Client.Core.Components.Layout;

<<<<<<<< HEAD:src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/AuthenticatedHeader.razor.cs
public partial class AuthenticatedHeader : AppComponentBase
========
public partial class AuthorizedHeader : AppComponentBase
>>>>>>>> 196d1ef14557dc3d723cd6ce6f8c73456bfd7ec4:src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/AuthorizedHeader.razor.cs
{
private string? pageTitle;
private string? pageSubtitle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Boilerplate.Client.Core.Components.Layout;

public partial class UnauthenticatedHeader : AppComponentBase, IDisposable
public partial class IdentityHeader : AppComponentBase, IDisposable
{
private string? backLinkPayload;
private BitDropdownItem<string>[] cultures = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ header {
height: 65px;
padding: 1rem;
position: absolute;
<<<<<<<< HEAD:src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/UnauthenticatedHeader.razor.scss
height: 65px;
========
>>>>>>>> 196d1ef14557dc3d723cd6ce6f8c73456bfd7ec4:src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Layout/IdentityHeader.razor.scss
z-index: $bit-zindex-base;
}

Expand Down

This file was deleted.

0 comments on commit 84ff6fe

Please sign in to comment.