mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(refactor): changed view now button hover effect on featured projects section in projects page
This commit is contained in:
@@ -255,7 +255,7 @@ function inject_search_results (results, keyword) {
|
||||
|
||||
profileDiv.innerHTML = `
|
||||
<span class="flex items-center">
|
||||
<span class="wrapper mx-1 w-[35px] rounded-lg overflow-hidden">
|
||||
<span class="wrapper mx-1 w-[35px] rounded-md overflow-hidden">
|
||||
<img src="${result.photo}" alt="${result.name.toLowerCase().replace(/\s/g, '')}">
|
||||
</span>
|
||||
<span class="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user