Formatting

This commit is contained in:
Thorsten Sommer 2026-03-14 10:51:33 +01:00
parent e3caa846ca
commit b0c289fb7d
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,9 @@
<MudIconButton Icon="@Icons.Material.Filled.Error" Color="Color.Error"/> <MudIconButton Icon="@Icons.Material.Filled.Error" Color="Color.Error"/>
</MudTooltip> </MudTooltip>
} }
<MudSpacer /> <MudSpacer />
<HalluzinationReminder ContainerClass="my-0 ml-2 me-2"/> <HalluzinationReminder ContainerClass="my-0 ml-2 me-2"/>
</MudToolBar> </MudToolBar>
</FooterContent> </FooterContent>
</InnerScrolling> </InnerScrolling>

View File

@ -5,7 +5,6 @@ namespace AIStudio.Components;
public partial class HalluzinationReminder: ComponentBase public partial class HalluzinationReminder: ComponentBase
{ {
private static string TB(string fallbackEN) => I18N.I.T(fallbackEN, typeof(HalluzinationReminder).Namespace, nameof(HalluzinationReminder)); private static string TB(string fallbackEN) => I18N.I.T(fallbackEN, typeof(HalluzinationReminder).Namespace, nameof(HalluzinationReminder));
[Parameter] [Parameter]