Skip to content

Commit

Permalink
(#433) wasm: update user settings component
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Oct 13, 2024
1 parent 93b5e9d commit 8550581
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
else
{

<MudExpansionPanels>

<!-- Personal Information Settings -->
Expand Down Expand Up @@ -214,7 +215,10 @@ else
</MudExpansionPanel>
</MudExpansionPanels>

<MudButton Variant="Variant.Filled" Color="Color.Primary" OnClick="@SaveUserSettingsAsync">Save Settings</MudButton>
@* <div style="height: 200px; display: flex; justify-content: flex-end; align-items: flex-end; padding: 10px;"> *@
<MudButton Variant="Variant.Filled" Color="Color.Primary" OnClick="@SaveUserSettingsAsync">Save Settings</MudButton>
@* </div> *@

}

@code {
Expand Down

0 comments on commit 8550581

Please sign in to comment.