feat(Navigation) Added a search button for desktop users
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
foreach (var e in DATA.Get().Values)
|
||||
{
|
||||
if (e.Info().Name.Equals(Text))
|
||||
if (e.Info().Name.ToLower().Equals(Text!.ToLower()))
|
||||
{
|
||||
entity = e;
|
||||
return;
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<Title>Placeholders and Speculative</Title>
|
||||
<Message>The data I am using contains placeholders and speculation on future mechanics. Ignore said data when using this JSON.</Message>
|
||||
</AlertComponent>
|
||||
|
||||
<CodeComponent>
|
||||
@DATA.AsJson()
|
||||
</CodeComponent>
|
||||
|
||||
Reference in New Issue
Block a user