Skip to content

Commit

Permalink
Main Site Description
Browse files Browse the repository at this point in the history
Updated the main site description! I thought the description I wrote for the ProductHunt post turned out really well, so I took part of it to use for the main site description too. The Open Graph description stayed the same as before, because I thought that it was the right length for Open Graph use cases, since most uses have small content areas and not much room for a long string of text.
  • Loading branch information
Offroaders123 committed Jul 8, 2021
1 parent 8530a34 commit 31a6eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
<meta name="author" content="Brandon Bennett">
<meta name="description" content="The text editor that requires only a browser and a keyboard!">
<meta name="description" content="Smart Text Editor is a vanilla JavaScript PWA that allows you to work on your coding projects from any device, in any browser, even if you don't have Internet access.">
<meta name="google-site-verification" content="_LrfHy7pIualH1TolkQ5b3Po0dtjYrx-QQsiXelwx20">
<meta property="og:title" content="Smart Text Editor">
<meta property="og:description" content="The text editor that requires only a browser and a keyboard!">
Expand Down Expand Up @@ -3083,7 +3083,7 @@
}
if (type == "num-text"){
element.colorScheme.set("dark");
element.themes.remove("default-appearance");
element.themes.remove("vanilla-appearance");
var scrollbarStyles = document.createElement("style");
scrollbarStyles.textContent = scrollbar_styles.textContent;
element.container.insertBefore(scrollbarStyles,element.container.firstChild);
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
self.Editor = {
version: 2.73,
version: 2.74,
environment: () => ({
macOS_device: (/(Mac)/i.test(navigator.platform) && navigator.standalone == undefined)
})
Expand Down

0 comments on commit 31a6eed

Please sign in to comment.