(false);
if (showTos) {
@@ -47,7 +48,7 @@ export default function About({
different take on conventional pastebin sites like pastebin.com or
hastebin.
- {window.location.hostname === 'pastes.dev' && (
+ {official && (
<>
pastes.dev is the official, publicly accessible paste
@@ -65,7 +66,10 @@ export default function About({
To access pastes.dev programmatically, please use the{' '}
-
+
API
. :)
@@ -141,7 +145,7 @@ const Tos = ({ setVisible }: { setVisible: (show: boolean) => void }) => {
abuse or violations of these terms.
- No Guarantees: This service is provided "as is" with no
+ No Liability: This service is provided "as is" with no
warranties. We do not guarantee uptime, data retention, or
availability.
@@ -150,11 +154,10 @@ const Tos = ({ setVisible }: { setVisible: (show: boolean) => void }) => {
By using pastes.dev, you accept these terms. If you do not agree, please
do not use the service.
+ Reporting Abuse
- Reporting Abuse
-
If you encounter illegal or malicious content, please report it by email
- to report-abuse {''} pastes.dev.
+ to report-abuse@pastes.dev.
);
@@ -173,6 +176,10 @@ const AboutPanel = styled.div`
color: ${props => props.theme.primary};
background-color: ${props => props.theme.secondary};
+
+ span {
+ color: ${props => props.theme.logo};
+ }
`;
const BannerContainer = styled.div`