We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290791f commit 3ff19c5Copy full SHA for 3ff19c5
src/theme/Footer/index.tsx
@@ -226,17 +226,18 @@ const Footer: React.FC = () => {
226
to="#"
227
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
228
>
229
- Account Support
+ {/* Account Support */}
230
+ Terms of Service
231
</Link>
232
</li>
- <li>
233
+ {/* <li>
234
<Link
235
236
237
238
Accessibility Support
239
- </li>
240
+ </li> */}
241
</ul>
242
</div>
243
0 commit comments