Skip to content

Commit

Permalink
✨ Update project title and image path for Riders Fund
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustLucas committed Oct 30, 2024
1 parent c4e9e5f commit b299765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/what/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Project } from "@/types/project";

export const projects: Project[] = [
{
title: "Rider Fund",
title: "Riders Fund",
date: "October 2024",
image: "/projects/rider-fund.png",
image: "/images/projects/riders-fund.png",
description: "A platform to help riders in need of financial assistance.",
techs: [
{ name: "React", color: "bg-blue-400 text-white" },
Expand Down
Binary file added public/images/projects/riders-fund.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b299765

Please sign in to comment.