From 65f411965eaf9274f39fcd41fd2aa91ae860123e Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 23 Jun 2023 21:09:21 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20replace=20'superior'=20with=20'simple'?= =?UTF-8?q?=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- views/opengraph.pug | 2 +- views/view.pug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d80db80..0930587 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ass", "version": "0.14.3", - "description": "The superior self-hosted ShareX server", + "description": "The simple self-hosted ShareX server", "main": "ass.js", "engines": { "node": ">=16.14.x", diff --git a/views/opengraph.pug b/views/opengraph.pug index a45d485..7b5283d 100644 --- a/views/opengraph.pug +++ b/views/opengraph.pug @@ -1,4 +1,4 @@ -meta(property='og:title' content='ass - The superior self-hosted ShareX server') +meta(property='og:title' content='ass - The simple self-hosted ShareX server') meta(property='og:type' content='website') meta(property='og:url' content='https://github.com/tycrek/ass') meta(property='og:description' content='ass is a self-hosted ShareX upload server written in Node.js') diff --git a/views/view.pug b/views/view.pug index 4c175ed..a6886b2 100644 --- a/views/view.pug +++ b/views/view.pug @@ -43,4 +43,4 @@ html br span: a.link(href='#' onclick=`window.location = '${resourceAttr.src}?download=yes'; return false;` download=title) Download if showAd - .mx-4.mb-8.text-footer.text-secondary: p Image hosted by #[a.link(href='https://github.com/tycrek/ass' target='_blank'): strong ass], the superior self-hosted ShareX server + .mx-4.mb-8.text-footer.text-secondary: p Image hosted by #[a.link(href='https://github.com/tycrek/ass' target='_blank'): strong ass], the simple self-hosted ShareX server