Make terms and notices dates less ambiguous. (#713)
parent
c0ca27b7ce
commit
7d47b342d6
|
@ -4,7 +4,7 @@ import {H3, H4, P, UL, LI, A, EM, OL} from 'view/com/util/Html'
|
|||
export default function () {
|
||||
return (
|
||||
<>
|
||||
<H4>Last Updated: 2023/04/06</H4>
|
||||
<H4>Last Updated: April 6, 2023</H4>
|
||||
<P>
|
||||
The Bluesky app is built on a decentralized social networking protocol,
|
||||
the AT Protocol (atproto). Atproto is an open protocol that supports
|
||||
|
|
|
@ -4,7 +4,7 @@ import {H3, H4, P, UL, LI, A} from 'view/com/util/Html'
|
|||
export default function () {
|
||||
return (
|
||||
<>
|
||||
<H4>Last Updated: 2023/04/06</H4>
|
||||
<H4>Last Updated: April 6, 2023</H4>
|
||||
<P>Notification of Copyright Infringement</P>
|
||||
<P>
|
||||
Bluesky, PBLLC d.b.a. Bluesky (“Bluesky”) respects the
|
||||
|
|
|
@ -4,7 +4,7 @@ import {H2, H4, P, UL, LI, A} from 'view/com/util/Html'
|
|||
export default function () {
|
||||
return (
|
||||
<>
|
||||
<H4>Last Updated: 2023/02/02</H4>
|
||||
<H4>Last Updated: February 2, 2023</H4>
|
||||
<P>
|
||||
This Privacy Policy is designed to help you understand how Bluesky,
|
||||
PBLLC d.b.a. Bluesky (“Bluesky,” “we,” “us,” or “our”)
|
||||
|
|
|
@ -4,7 +4,7 @@ import {H4, P, OL, LI, A, STRONG, EM, UL} from 'view/com/util/Html'
|
|||
export default function () {
|
||||
return (
|
||||
<>
|
||||
<H4>Last Updated: 2023/04/06</H4>
|
||||
<H4>Last Updated: April 6, 2023</H4>
|
||||
<P>
|
||||
Welcome to the Bluesky, PBLLC d.b.a. Bluesky (“Bluesky”,
|
||||
“we”, or “us”) website located at{' '}
|
||||
|
|
Loading…
Reference in New Issue