replace most references to Kutt with Klip

This commit is contained in:
Joe 2020-06-18 11:42:52 -05:00
parent 143f3c93d8
commit 5510694f07
6 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@ const Footer: FC = () => {
</ALink>
.{" | "}
<ALink
href="https://github.com/thedevs-network/kutt"
href="https://github.com/jellykells/klip"
title="GitHub"
target="_blank"
>

View File

@ -116,7 +116,7 @@ const Header: FC = () => {
>
<Li>
<ALink
href="//github.com/thedevs-network/kutt"
href="//github.com/jellykells/klip"
target="_blank"
rel="noopener noreferrer"
title="GitHub"

View File

@ -103,7 +103,7 @@ const Shortener = () => {
const title = !link && (
<H1 fontSize={[25, 27, 32]} light>
Kutt your links{" "}
Klip your links{" "}
<Span style={{ borderBottom: "2px dotted #999" }} light>
shorter
</Span>

View File

@ -3,7 +3,7 @@ import * as p from "../../package.json";
export default {
openapi: "3.0.0",
info: {
title: "Kutt.it",
title: "Kutt",
description: "API reference for [http://kutt.it](http://kutt.it).\n",
version: p.version
},

View File

@ -2,8 +2,8 @@ import { cleanEnv, num, str, bool } from "envalid";
const env = cleanEnv(process.env, {
PORT: num({ default: 3000 }),
SITE_NAME: str({ example: "Kutt" }),
DEFAULT_DOMAIN: str({ example: "kutt.it" }),
SITE_NAME: str({ example: "Klip" }),
DEFAULT_DOMAIN: str({ example: "klip.example" }),
LINK_LENGTH: num({ default: 6 }),
DB_HOST: str({ default: "localhost" }),
DB_PORT: num({ default: 5432 }),
@ -34,7 +34,7 @@ const env = cleanEnv(process.env, {
MAIL_PORT: num(),
MAIL_SECURE: bool({ default: false }),
MAIL_USER: str(),
MAIL_FROM: str({ default: "", example: "Kutt <support@kutt.it>" }),
MAIL_FROM: str({ default: "", example: "Klip <support@klip.example>" }),
MAIL_PASSWORD: str(),
REPORT_EMAIL: str({ default: "" }),
CONTACT_EMAIL: str({ default: "" }),

View File

@ -1,10 +1,10 @@
{
"name": "Kutt",
"short_name": "Kutt",
"name": "Klip",
"short_name": "Klip",
"theme_color": "#f3f3f3",
"background_color": "#f3f3f3",
"display": "standalone",
"description": "Kutt.it is a free and open source URL shortener with custom domains and stats.",
"description": "Klip is a free and open source URL shortener with custom domains and stats.",
"Scope": "/",
"start_url": "/",
"icons": [
@ -50,4 +50,4 @@
}
],
"splash_pages": null
}
}