Skip to content

Commit

Permalink
Optimization and URL update
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Oct 22, 2024
1 parent 6e2fae5 commit 6422a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/Frontend/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function terms()
public function contributors()
{
$projects = [
// '/projects/v1/co225/E20/e20-co225-Computer-Engineering-Portal',
'/projects/v1/co225/E20/Computer-Engineering-Portal/',
];

$data = [];
Expand All @@ -42,7 +42,6 @@ public function contributors()
array_push($data, $projectData);
}

// dd($data);
return view('frontend.pages.contributors', compact('data'));
}
}
1 change: 0 additions & 1 deletion resources/sass/frontend/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
}

.project-card-title {
/* text-transform: capitalize; */
font-size: 10pt;
}

0 comments on commit 6422a1d

Please sign in to comment.