docs: updated description
This commit is contained in:
parent
a724dc1207
commit
5399ddf6ac
5 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<p>
|
<p>
|
||||||
<b>Hoppscotch - A free, fast and beautiful API request builder</b>
|
<b>Hoppscotch - Open source API development ecosystem</b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<i>Helps you create requests faster, saving precious time on development - <a href="http://eepurl.com/g6n_P5">Subscribe</a></i>
|
<i>Helps you create requests faster, saving precious time on development - <a href="http://eepurl.com/g6n_P5">Subscribe</a></i>
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
onClick="window.open('https://twitter.com/share?text=👽 Hoppscotch • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=liyasthomas');"
|
onClick="window.open('https://twitter.com/share?text=👽 Hoppscotch • Open source API development ecosystem - Helps you create requests faster, saving precious time on development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=liyasthomas');"
|
||||||
v-close-popover
|
v-close-popover
|
||||||
>
|
>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
||||||
|
|
@ -302,7 +302,7 @@ export default {
|
||||||
.share({
|
.share({
|
||||||
title: "Hoppscotch",
|
title: "Hoppscotch",
|
||||||
text:
|
text:
|
||||||
"Hoppscotch • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.",
|
"Hoppscotch • Open source API development ecosystem - Helps you create requests faster, saving precious time on development.",
|
||||||
url: "https://hoppscotch.io",
|
url: "https://hoppscotch.io",
|
||||||
})
|
})
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// Common options
|
// Common options
|
||||||
export const options = {
|
export const options = {
|
||||||
name: "Hoppscotch",
|
name: "Hoppscotch",
|
||||||
shortDescription: "A free, fast and beautiful API request builder",
|
shortDescription: "Open source API development ecosystem",
|
||||||
description: "Helps you create requests faster, saving precious time on development.",
|
description: "Helps you create requests faster, saving precious time on development.",
|
||||||
loading: {
|
loading: {
|
||||||
color: "var(--ac-color)",
|
color: "var(--ac-color)",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hoppscotch",
|
"name": "hoppscotch",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "A free, fast and beautiful API request builder",
|
"description": "Open source API development ecosystem",
|
||||||
"author": "liyasthomas",
|
"author": "liyasthomas",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1595,7 +1595,7 @@ export default {
|
||||||
navigator
|
navigator
|
||||||
.share({
|
.share({
|
||||||
title: "Hoppscotch",
|
title: "Hoppscotch",
|
||||||
text: `Hoppscotch • API request builder at ${time} on ${date}`,
|
text: `Hoppscotch • Open source API development ecosystem at ${time} on ${date}`,
|
||||||
url: window.location.href,
|
url: window.location.href,
|
||||||
})
|
})
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue