Skip to content

Commit

Permalink
Merge pull request #134 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
fix: sponsor links on sponsor resource form
  • Loading branch information
brettski authored Nov 9, 2023
2 parents de22482 + e10fd34 commit 0cd409d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thatconference.com",
"version": "5.1.11",
"version": "5.1.12",
"description": "THATConference.com website",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(root)/support/sponsors/forms/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@
<h3>Important Event Links</h3>
<ul>
<li>
<a href={`/sponsors/leads/${wiEventId}`} target="_blank">Lead Generation</a>
<a href={`/sponsor-admin/leads/${wiEventId}`} target="_blank">Lead Generation</a>
</li>
<li>
<a href="/sponsors/my-network/" target="_blank">Lead Generation Results</a>
<a href="/sponsor-admin/my-network" target="_blank">Lead Generation Results</a>
</li>
<li>
<a href="/my/network/sponsors" target="_blank">Your Network</a>
Expand Down

1 comment on commit 0cd409d

@vercel
Copy link

@vercel vercel bot commented on 0cd409d Nov 9, 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.