Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: replace 'superior' with 'simple' 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Jun 24, 2023
1 parent 0d6578a commit 65f4119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion views/opengraph.pug
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion views/view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65f4119

Please sign in to comment.