Skip to content

Commit

Permalink
feat: issue #1063 (navbar) (footer);
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Mar 7, 2023
1 parent cebdace commit 1057c0e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 282 deletions.
48 changes: 0 additions & 48 deletions src/lib/graphql/_main_/header/query.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/lib/graphql/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,6 @@ export const GET_HREFLANG_DATA = gql`
}
`;

/**
* Description
* ~~~~~~~~~~~~~
* ... get ALL of the TRANSLATIONS from the DB
* for the website-platform
*/
export const GET_FOOTER_DATA = gql`
query GET_FOOTER_DATA @cached(ttl: 300) {
scores_footer_translations {
about_us
betting_tips
follow
lang
latest_news
privacy
subscribe_cta
subscribe_newsletter
terms
type_email
}
scores_footer_links {
about_us
betting_tips
latest_news
privacy
lang
terms
social_networks
}
scores_hreflang {
hreflang
link
}
}
`;

/**
* Description
* ~~~~~~~~~~~~~
Expand Down
46 changes: 0 additions & 46 deletions src/lib/models/_main_/footer/types.ts

This file was deleted.

81 changes: 0 additions & 81 deletions src/lib/models/_main_/navbar/types.ts

This file was deleted.

29 changes: 0 additions & 29 deletions src/lib/models/content-loader-interface.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/lib/models/sportmonks.ts

This file was deleted.

0 comments on commit 1057c0e

Please sign in to comment.