Skip to content

Commit 3ff19c5

Browse files
committed
update footer
1 parent 290791f commit 3ff19c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/theme/Footer/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,18 @@ const Footer: React.FC = () => {
226226
to="#"
227227
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
228228
>
229-
Account Support
229+
{/* Account Support */}
230+
Terms of Service
230231
</Link>
231232
</li>
232-
<li>
233+
{/* <li>
233234
<Link
234235
to="#"
235236
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
236237
>
237238
Accessibility Support
238239
</Link>
239-
</li>
240+
</li> */}
240241
</ul>
241242
</div>
242243
</div>

0 commit comments

Comments
 (0)