Skip to content

Commit

Permalink
Add 'beta' tag to appearance settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Nov 3, 2023
1 parent f91dd4e commit 3e23ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>

<div class="justify-self-end" *ngIf="themingSupported">
<page-header class="text-3xl">Appearance</page-header>
<page-header class="text-3xl">Appearance <span-gentle>(beta)</span-gentle></page-header>
<form-dropdown name="Theme" [options]="themes" (change)="themeChanged()" [(value)]="theme"></form-dropdown>
</div>
</div>
Expand Down

0 comments on commit 3e23ad4

Please sign in to comment.