parent
2f766ce526
commit
abdf98ccdb
5 changed files with 31 additions and 9 deletions
@ -1,9 +1,12 @@ |
||||
import search from './search-normal.svg'; |
||||
|
||||
|
||||
export function EditButtons({ }) { |
||||
return ( |
||||
<div className="bg-red-600 flex flex-row items-center"> |
||||
<button>جزیات</button> |
||||
<button>جزیات</button> |
||||
<button>جزیات</button> |
||||
<div className="flex flex-row items-center"> |
||||
<div className="border border-blue-400 flex flex-col items-center justify-center p-1 rounded-sm bg-blue-200 bg-opacity-30"> |
||||
<img src={search} alt="" className="w-6 cursor-pointer mr-2" /> |
||||
</div> |
||||
</div> |
||||
); |
||||
} |
||||
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in new issue