-
Notifications
You must be signed in to change notification settings - Fork 118
Replace "Account Support" with "Terms of Service" in Footer #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what does this change do There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes. i will do it There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
Uh oh!
There was an error while loading. Please reload this page.