Skip to content

Commit

Permalink
Merge pull request #140 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
fix: links
  • Loading branch information
theClarkSell authored Nov 13, 2023
2 parents d4c3df3 + 49d5427 commit ec451ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.13",
"version": "5.1.14",
"description": "THATConference.com website",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions src/_components/footer/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const thatLinks = [
];

export const thatConferenceLinks = [
{
text: 'Convince Your Boss',
href: '/support/convince-your-boss'
},
{
text: 'Field Guide',
href: '/support/that-field-guide'
Expand Down
4 changes: 2 additions & 2 deletions src/_components/navigation/default/Base.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</EventLink>

<NavLink href="/call-for-speakers">Call For Speakers</NavLink>
<NavLink href="/sponsorships/apply">Sponsor THAT</NavLink>
<NavLink href="/sponsorships/apply">Sponsorship Opportunities</NavLink>
<NavLink href="/newsletter">Join Our Newsletter</NavLink>
<NavLink href="/blog">THAT Blog</NavLink>
<NavLink href="/blog">Blog and News</NavLink>

<div class="flex w-full flex-1 justify-end space-x-4">
<ClaimCart />
Expand Down
8 changes: 6 additions & 2 deletions src/_components/navigation/default/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ export default [
href: '/call-for-speakers'
},
{
text: 'Sponsor THAT',
text: 'Sponsorship Opportunities',
href: '/sponsorships/apply'
},
{
text: 'Newsletter',
text: 'Join Our Newsletter',
href: '/newsletter'
},
{
text: 'Blog and News',
href: '/blog'
}
];

1 comment on commit ec451ab

@vercel
Copy link

@vercel vercel bot commented on ec451ab Nov 13, 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.