Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
feat: update banner to make it clear EthSigner is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Apr 4, 2024
1 parent 60e8f3b commit fde9765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const baseUrl = isDev ? "/" : "/";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "ConsenSys EthSigner",
tagline: "EthSigner is deprecated and no longer supported. Please use Web3Signer instead",
tagline:
"EthSigner is deprecated and no longer supported. Please use Web3Signer instead",
url: "https://docs.ethsigner.consensys.net",
baseUrl,
onBrokenLinks: "throw",
Expand Down Expand Up @@ -88,7 +89,8 @@ const config = {
},
announcementBar: {
id: "announcement_bar",
content: "⛔️ EthSigner is deprecated and no longer supported. Please use Web3Signer instead ⛔️",
content:
"⛔️ EthSigner is deprecated and no longer supported. Please use Web3Signer instead ⛔️",
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: false,
Expand Down

0 comments on commit fde9765

Please sign in to comment.