-
Notifications
You must be signed in to change notification settings - Fork 1k
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
privacy and terms of service routable links added #1192
base: main
Are you sure you want to change the base?
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 |
---|---|---|
|
@@ -33,6 +33,13 @@ const Index = () => { | |
<footer className="bg-light"> | ||
<Container className="py-3"> | ||
<p className="text-center mb-0 small text-secondary"> | ||
<a className="m-2" href="/privacy" target="_blank"> | ||
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. class should be me-2 |
||
Privacy Policy | ||
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. Content should be translated |
||
</a> | ||
<a href="/tos" target="_blank"> | ||
Terms of Service | ||
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. Content should be translated 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. if u have the transaletd privacy policy and terms of service it will surely work out 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 I mean is that eg:
|
||
</a> | ||
<br /> | ||
<Trans i18nKey="footer.build_on" values={{ cc }}> | ||
Powered by | ||
{/* eslint-disable-next-line react/jsx-no-target-blank */} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
m-2
has margins in multiple directions and can be changed tome-2