Skip to content

Commit

Permalink
Update footerLink.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmagency authored Aug 7, 2020
1 parent ab9821f commit 19618c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout/footer/footerLink/footerLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const FooterLink = ({ to }) => (
<li>
{format(to) == 'cottages' || format(to) == 'blog'
? <a class={'css-1yvyndl'} href={ format(to) == 'cottages' ? 'https://mdr.myvr.com/cottages/#?gp=' : 'https://blogmuskoka.com' }>{format(to)}</a>
: <Link to={to}>{format(to)}</Link>
}
</li>
)
Expand Down

0 comments on commit 19618c4

Please sign in to comment.