Skip to content

Commit 28c6e79

Browse files
committed
small fixes
1 parent f6a4f94 commit 28c6e79

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ options for the faucet (in GNOT), the faucet URL, and the recaptcha site key.
3232

3333
```json
3434
{
35-
"name": "Gno Portal Loop",
35+
"name": "Portal Loop",
3636
"chain_id": "portal-loop",
3737
"amounts": [1, 5, 10],
3838
"url": "https://faucet-api.gno.land",
39-
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, Gno.land, and TM2.",
39+
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, gno.land, and TM2.",
4040
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
4141
}
4242
```

src/components/layout/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<footer class="px-4 md:px-14 lg:px-20 mb-12 w-full max-w-[110rem] mx-auto flex flex-col md:flex-row text-grey-100 text-100 text-center md:text-left justify-between items-center">
33
<div class="mb-10 md:mb-0">Faucet Hub is a community project.<br />Check out <a href="https://github.com/gnolang/faucet-hub" class="hover:text-grey-50 transition-colors ease-in-out underline">Github Repo</a> - <Terms class="hover:text-grey-50 transition-colors ease-in-out underline">Terms & Conditions</Terms>.</div>
44
<div class="flex flex-col md:flex-row items-center">
5-
<div class="mr-6 mb-6 md:mb-0">Learn more about Gno.land <br />and be part of the conversation:</div>
5+
<div class="mr-6 mb-6 md:mb-0">Learn more about gno.land <br />and be part of the conversation:</div>
66
<ul class="flex space-x-4">
77
<li v-for="(social, idx) in socials" :key="idx">
88
<a :href="social.link" class="hover:text-grey-50 transition-colors ease-in-out">

src/components/layout/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface NavItem {
3434
3535
const navItems: NavItem[] = [
3636
{
37-
title: 'Gno.land',
37+
title: 'gno.land',
3838
link: 'https://gno.land/',
3939
},
4040
{

src/data/faucets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"faucets": [
33
{
4-
"name": "Gno test5 Testnet",
4+
"name": "Test5",
55
"chain_id": "test5",
66
"amounts": [5, 10, 15],
77
"url": "https://faucet-api.test5.gno.land",
88
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
99
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
1010
},
1111
{
12-
"name": "Gno test4 Testnet",
12+
"name": "Test4",
1313
"chain_id": "test4",
1414
"amounts": [5, 10, 15],
1515
"url": "https://faucet-api.test4.gno.land",
1616
"description": "v4 of the gno testnet. Running the first multinode versions of Gno, gno.land, and TM2.",
1717
"recaptcha": "6LeXKwsqAAAAAPMtBHM7bupGDRmwoyPlgIRHBIVY"
1818
},
1919
{
20-
"name": "Gno Portal Loop",
20+
"name": "Portal Loop",
2121
"chain_id": "portal-loop",
2222
"amounts": [1, 5, 10],
2323
"url": "https://faucet-api.gno.land",
24-
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, Gno.land, and TM2.",
24+
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, gno.land, and TM2.",
2525
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
2626
},
2727
{
28-
"name": "Gno Staging",
28+
"name": "Staging",
2929
"chain_id": "staging",
3030
"amounts": [1, 5, 10],
3131
"description": "A staging testnet which is reset regularly, used for testing automation, single-use code, and demoing.",
@@ -37,7 +37,7 @@
3737
"chain_id": "dev",
3838
"amounts": [1, 5, 10],
3939
"url": "https://faucet.gno.berty.io",
40-
"description": "The dSocial faucet is here to provide you with a smooth experience when onboarding a new user to the dSocial app. The dApp uses the faucet behind the scenes to provide initial funds for the user to interact with the Gno.land dSocial realm.",
40+
"description": "The dSocial faucet is here to provide you with a smooth experience when onboarding a new user to the dSocial app. The dApp uses the faucet behind the scenes to provide initial funds for the user to interact with the gno.land dSocial realm.",
4141
"recaptcha": "6LcQz9IpAAAAAIRM9gJkdtANwRM0gaQVBPJq0Mr9"
4242
}
4343
]

0 commit comments

Comments
 (0)