Skip to content

Commit

Permalink
Rebrand: Calibration -> Mycelium Calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwitowski committed Dec 5, 2023
1 parent 6feaf2f commit 3a4ba86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# calibration
# Mycelium Calibration
Testnet for new generation of Filecoin and Interplanetary Consensus (IPC)
2 changes: 1 addition & 1 deletion faucet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Calibration Faucet
# Mycelium Calibration Faucet

## How to Run

Expand Down
6 changes: 3 additions & 3 deletions faucet/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">🪐 Calibration Faucet</a>
<a class="navbar-brand" href="#">🪐 Mycelium Calibration Faucet</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
Expand All @@ -40,8 +40,8 @@
<div class="container">
<div class ="center-screen">
<div class="text-center align-center mt-5">
<h1>🪐 Calibration Faucet</h1>
<p class="lead">Get some funds and start using the Filecoin Calibration 🚀</p>
<h1>🪐 Mycelium Calibration Faucet</h1>
<p class="lead">Get some funds and start using the Mycelium Calibration 🚀</p>
<div>
<form id="faucet" action="">
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion faucet/static/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(() => {

function successAlert() {
$('#result-msg').html(`<div class="alert alert-success" role="alert">
Congratulations! Your Calibration funds are on their way! 👾
Congratulations! Your Mycelium Calibration funds are on their way! 👾
</div>`);
}

Expand Down

0 comments on commit 3a4ba86

Please sign in to comment.