Skip to content

Commit

Permalink
Point newsletter URL to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Aug 8, 2023
1 parent 40ca69e commit e0916da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Navigation/components/DesktopNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function DesktopNavigation(props: { adjustBodyScroll: (arg0: bool
<a
target="_blank"
rel="noreferrer"
href="https://medium.com/danielburger-news/newsletters/daniel-burgers-newsletter"
href="https://danielburger.news"
className="block w-full p-4 font-medium text-center text-gray-900 transition-colors border-t border-gray-100 cursor-pointer bg-gray-50 rounded-e-md hover:bg-gray-100"
>
<FontAwesomeIcon
Expand Down
2 changes: 1 addition & 1 deletion app/components/Navigation/components/MobileNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function MobileNavigation(props: { adjustBodyScroll: (arg0: boole
))}
<a
key="newsletter"
href="https://medium.com/danielburger-news/newsletters/daniel-burgers-newsletter"
href="https://danielburger.news"
target="_blank"
className="flex items-center pl-3 mt-4 bg-gray-100 rounded-lg hover:bg-gray-50"
rel="noreferrer"
Expand Down

1 comment on commit e0916da

@vercel
Copy link

@vercel vercel bot commented on e0916da Aug 8, 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.