Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand: Calibration -> Mycelium Calibration #9

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading