Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpx lint-staged
pnpm exec lint-staged
3 changes: 1 addition & 2 deletions src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ function FooterColumns() {
<li className={listItemClass}>
<Link
className={linkClass}
href="/privacy-policy/"
href="https://wpengine.com/legal/privacy/"
noDefaultStyles
target="_self"
>
Privacy Policy
</Link>
Expand Down