Skip to content

Commit

Permalink
💄 Remove unnecessary button markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 1, 2024
1 parent 8f4b499 commit 3417b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/docs-search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class="w-full py-2 pl-4 text-sm border-black rounded-lg pr-7 text-white/75 place
name="query"
/>

<button type="submit" class="absolute right-0 mr-2 transition-colors text-white/30 hover:text-primary-500">
<div class="absolute right-0 mr-2 transition-colors text-white/30">
<x-heroicon-o-magnifying-glass class="w-4 h-auto" />
</button>
</div>
</div>

<template x-if="isFocused">
Expand Down

0 comments on commit 3417b23

Please sign in to comment.