Skip to content

Commit

Permalink
put camio website first and remove favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpierce22 committed Dec 5, 2023
1 parent d781e88 commit 5cb254e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file removed src/app/favicon.ico
Binary file not shown.
24 changes: 12 additions & 12 deletions src/utils/project-helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@ const getProjectImage = (imageId: ImageId) => {
}
const projects: ProjectCardItems[] = [
{
title: "Tech4Good Lab Website",
description: "A website for the Tech4Good lab - a lab focused on using social computing to support community work.",
imageId: ProjectId.T4G_WEBSITE,
title: "Camio Website",
description: "The website for Camio - an ai search and alert engine for video.",
imageId: ProjectId.CAMIO_WEBSITE,
buttons: [
{
id: "go-to-t4g-website",
name: "Visit Tech4Good",
path: "https://tech4good.soe.ucsc.edu",
id: "visit-camio",
name: "Visit Camio",
path: "https://camio.com",
variant: "outline",
icon: <ExternalLinkIcon />,
isExternal: true,
},
],
},
{
title: "Camio Website",
description: "The website for Camio - an ai search and alert engine for video.",
imageId: ProjectId.CAMIO_WEBSITE,
title: "Tech4Good Lab Website",
description: "A website for the Tech4Good lab - a lab focused on using social computing to support community work.",
imageId: ProjectId.T4G_WEBSITE,
buttons: [
{
id: "visit-camio",
name: "Visit Camio",
path: "https://camio.com",
id: "go-to-t4g-website",
name: "Visit Tech4Good",
path: "https://tech4good.soe.ucsc.edu",
variant: "outline",
icon: <ExternalLinkIcon />,
isExternal: true,
Expand Down

0 comments on commit 5cb254e

Please sign in to comment.