Skip to content

Commit

Permalink
Fix small changes on acmcsuf.com/sitemap (#1073)
Browse files Browse the repository at this point in the history
* Fix homepage redirect

* Add sitemap link to footer
  • Loading branch information
karnikaavelumani committed Apr 22, 2024
1 parent c85efe0 commit 2598c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/components/footer/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
const footerItems = [
{ title: 'Source Code', path: '/code' },
{ title: 'Report a Bug', path: '/bug' },
{ title: 'Sitemap', path: '/sitemap' },
{ title: 'COVID-19 Policy', path: '/covid-19' },
{ title: 'Privacy Policy', path: '/privacy' },
];
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(site)/sitemap/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const siteMap: SiteMap = {
{
id: 'homepage',
title: 'Home',
link: '',
link: '/',
},
{
id: 'eventspage',
Expand Down

0 comments on commit 2598c73

Please sign in to comment.