MCPcopy Create free account
hub / github.com/github/docs / SimpleFooter

Function SimpleFooter

components/GenericError.tsx:65–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65export const SimpleFooter = () => {
66 return (
67 <footer className="py-6 text-small">
68 <div className="container-xl d-flex px-3 px-md-6 flex-justify-center">
69 <ul className="d-flex list-style-none flex-wrap flex-justify-center">
70 <li className="d-flex mr-xl-3 color-fg-muted">
71 <MarkGithubIcon className="mr-2 mr-xl-3" size={20} />
72 <span>&copy; {new Date().getFullYear()} GitHub, Inc.</span>
73 </li>
74 <li className="ml-3">
75 <a href="/site-policy/github-terms/github-terms-of-service">Terms</a>
76 </li>
77 <li className="ml-3">
78 <a href="/site-policy/privacy-policies/github-privacy-statement">Privacy </a>
79 </li>
80 <li className="ml-3">
81 <a href="https://github.com/security">Security</a>
82 </li>
83 <li className="ml-3">
84 <a href="https://www.githubstatus.com/">Status</a>
85 </li>
86 <li className="ml-3">
87 <a href="/">Help</a>
88 </li>
89 <li className="ml-3">
90 <a href="https://support.github.com">Contact GitHub</a>
91 </li>
92 <li className="ml-3">
93 <a href="https://github.com/pricing">Pricing</a>
94 </li>
95 <li className="ml-3">
96 <a href="/developers">Developer API</a>
97 </li>
98 <li className="ml-3">
99 <a href="https://services.github.com/">Training</a>
100 </li>
101 <li className="ml-3">
102 <a href="https://github.com/about">About</a>
103 </li>
104 </ul>
105 </div>
106 </footer>
107 )
108}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected