Skip to content

Commit

Permalink
Update HomeTab.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 27, 2024
1 parent 5ffc869 commit 37e20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/HomeTab.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="">
<div class="mb-4 flex justify-between">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm:text-5xl">
<span class="block xl:inline"><span class="lg:inline hidden">Top </span>Questions</span>
<span class="block xl:inline"><span class="lg:inline hidden">Featured </span>Questions</span>
</h1>
<div class="w-full sm:w-96 text-right">
<div class="mb-4">
Expand Down

0 comments on commit 37e20fa

Please sign in to comment.