Skip to content

Commit

Permalink
Merge pull request #1465 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
Promote Next/feature to production
  • Loading branch information
brettski authored Sep 16, 2023
2 parents 0faf31c + eb0e982 commit 92b9ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "that-us",
"version": "3.13.1",
"version": "3.13.2",
"description": "THAT.us website",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/my/favorites/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
title: a.title ? a.title : '',
speakers: a.speakers.map((s) => `${s.firstName} ${s.lastName}`).join(';'),
priCategory: a.priCategory ? a.priCategory : '',
sessionLink: `https://that.us/activites/${a.id}/`,
sessionLink: `https://that.us/activities/${a.id}/`,
sessionType: a.type
}));
Expand Down

1 comment on commit 92b9ee2

@vercel
Copy link

@vercel vercel bot commented on 92b9ee2 Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.