Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,18 @@ const Footer: React.FC = () => {
to="#"
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
>
Account Support
{/* Account Support */}
Terms of Service
</Link>
</li>
<li>
{/* <li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this change do

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. i will do it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont comment, the github can do version control and developers can see prev changes.

<Link
to="#"
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
>
Accessibility Support
</Link>
</li>
</li> */}
</ul>
</div>
</div>
Expand Down
Loading