Skip to content

Commit

Permalink
Merge pull request #799 from dolthub/taylor/footer
Browse files Browse the repository at this point in the history
Fix footer and buttons
  • Loading branch information
tbantle22 authored Apr 9, 2024
2 parents 6d0205e + 00348cd commit 2457a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/utils/sharedTests/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const footerTags = [
"[data-cy=footer-documentation]",
"[data-cy=footer-blog]",
"[data-cy=footer-team]",
"[data-cy=footer-privacy-policy]",
"[data-cy=footer-terms-of-service]",
"[data-cy=footer-privacy]",
"[data-cy=footer-terms]",
"[data-cy=footer-social-links]",
"[data-cy=footer-dolthub-logo]",
];
Expand Down
4 changes: 2 additions & 2 deletions cypress/e2e/utils/sharedTests/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const sharedLinks = [
"[data-cy=navbar-documentation]",
"[data-cy=navbar-blog]",
"[data-cy=navbar-logo]",
"[data-cy=navbar-discord]",
"[data-cy=navbar-github]",
"[data-cy=discord-link]",
"[data-cy=github-link]",
"[data-cy=navbar-pricing]",
"[data-cy=navbar-databases]",
];
Expand Down

0 comments on commit 2457a7a

Please sign in to comment.