Skip to content

Commit

Permalink
fix: sponsor links on sponsor resource form
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Nov 9, 2023
1 parent de22482 commit e10fd34
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

0 comments on commit e10fd34

Please sign in to comment.