Removed all instances of the term 'Postman'

This commit is contained in:
Liyas Thomas
2020-08-06 11:03:50 +05:30
parent 83ec0a6c76
commit 72ad37456a
3 changed files with 4 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<b>A free, fast and beautiful API request builder</b>
</p>
<p>
<i>Web alternative to Postman - Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
<i>Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
</p>
<p>

View File

@@ -90,7 +90,7 @@
</button>
<button
class="icon"
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
v-close-popover
>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
@@ -400,7 +400,7 @@ export default {
.share({
title: "Postwoman",
text:
"Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
"Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.",
url: "https://postwoman.io/",
})
.then(() => {})

View File

@@ -4,8 +4,7 @@ require("dotenv").config()
export const options = {
name: "Postwoman",
shortDescription: "A free, fast and beautiful API request builder",
description:
"Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
description: "Helps you create requests faster, saving precious time on development.",
loading: {
color: "#202124",
},