Skip to content

Commit 9da3c79

Browse files
committed
Add funny texts
1 parent 6fe28da commit 9da3c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Components/Pages/Home.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
@if (IsIndexing)
6060
{
6161
<MudProgressCircular Class="ms-n1" Size="Size.Small" Indeterminate="true"/>
62-
<MudText Class="ms-2">Processing</MudText>
62+
<MudText Class="ms-2">🚀 Probing...</MudText>
6363
}
6464
else
6565
{
66-
<MudText>Re-Index Repositories</MudText>
66+
<MudText>Send Probe to Index My Stars</MudText>
6767
}
6868
</MudButton>
6969
<MudText Typo="Typo.caption" Class="text-secondary">
@@ -131,7 +131,7 @@ else
131131
<MudDivider Class="my-2"/>
132132

133133
<MudText Typo="Typo.body1">
134-
1. Enter your GitHub username in the input field and click on <strong>(Re)-Index Full Text Search</strong>.
134+
1. Enter your GitHub username in the input field and click on <strong>Send Probe to Index My Stars</strong>.
135135
You only need to perform this step once to set up the search functionality.
136136
</MudText>
137137

0 commit comments

Comments
 (0)