mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Fix bad banner source path for Portal project
This commit is contained in:
@@ -17,7 +17,7 @@ export async function getStaticProps() {
|
||||
const projects: Project[] = [
|
||||
{
|
||||
title: "Portal",
|
||||
banner: "/banner.jpeg",
|
||||
banner: "/portal/banner.jpeg",
|
||||
location: "/portal",
|
||||
longDescription: "An advanced membership & event management system for my university's premier computer science organization.",
|
||||
shortDescription: "Advanced membership & event management system for students",
|
||||
|
||||
Reference in New Issue
Block a user