Skip to content

Commit

Permalink
Merge pull request #73 from UTDNebula/change-trends&skedge-images
Browse files Browse the repository at this point in the history
Change trends & skedge images
  • Loading branch information
TyHil authored Nov 1, 2024
2 parents 6a39056 + 6cadbe8 commit 773b83f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file removed public/projects/skedge.png
Binary file not shown.
Binary file modified public/projects/skedge/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/projects/trends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from 'next/image';
import type { StaticImageData } from 'next/image';
import Carousel from './Carousel';
import Planner from '@/../public/projects/planner.png';
import Skedge from '@/../public/projects/skedge.png';
import Trends from '@/../public/projects/trends.png';
import Jupiter from '@/../public/projects/jupiter.png';
import FilledChevronUp from '@/../public/icons/filled-chevron-up-white.svg';
import clsx from 'clsx';
Expand Down Expand Up @@ -32,13 +32,13 @@ const PROJECTS_INFO: Project[] = [
color: '#926FDB',
},
{
title: 'Sk.edge/Trends',
shortName: 'Sk.edge/Trends',
title: 'Trends & Skedge',
shortName: 'Trends',
description:
'Sk.edge and Trends are tools designed to simplify the course selection and registration process by providing students with valuable data, all in one place.',
url: '/projects/skedge',
image: Skedge,
alt: "A mockup of Sk.edge's dashboard, displaying statistics for a professor",
'Trends and Skedge are tools designed to simplify the course selection and registration process by providing students with valuable data, all in one place.',
url: '/projects/trends',
image: Trends,
alt: "A laptop displaying Trend's dashboard, with search results for GOVT 2306.",
color: '#6366F1',
},
{
Expand Down

0 comments on commit 773b83f

Please sign in to comment.