mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
(refactor/fixed): updated featured projects fething method and fixed no-scollbar tailwind class missing in production
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h6 class="font-bold mb-8">Featured</h6>
|
||||
<?php
|
||||
|
||||
$featured_projects_footer = fetch_all_records($conn, "featured_projects");
|
||||
$featured_projects_footer = fetch_featured_projects($conn);
|
||||
|
||||
if($featured_projects_footer -> num_rows > 0) {
|
||||
//show all featured projects
|
||||
|
||||
Reference in New Issue
Block a user