Skip to content

Commit

Permalink
chore(cosmetic): remove "Mina Blockchain Explorer" text in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jhult committed May 10, 2024
1 parent 1fb0581 commit 0592e27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ pub fn GlobalSearchBar() -> impl IntoView {

view! {
<PreSectionContainer>
<div class="pl-8 md:pl-0 flex flex-col md:pr-4">
<span class="text-white font-bold text-2xl p-1 whitespace-nowrap">
"Mina Blockchain Explorer"
</span>
</div>
<div class="mx-2 my-2 md:mx-0 md:w-full relative align-stretch flex items-center">
<form class="flex grow" on:submit=on_submit>
<input
Expand Down

0 comments on commit 0592e27

Please sign in to comment.