Skip to content

Commit

Permalink
Update remaining counts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ava's DAO committed Dec 27, 2023
1 parent 54ebb7c commit a3b775d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Nexa Exchange Docs',
tagline: 'Your Keys. Your Coins. Since Block # 0',
tagline: 'Your Keys. Your Coins. Since Block #1',
url: 'https://docs.nexa.exchange',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down
2 changes: 1 addition & 1 deletion web/components/WelcomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const loadAddress = () => {
<span class="mt-3 ml-10 text-3xl block bg-gradient-to-r from-teal-200 to-cyan-400 bg-clip-text pb-3 text-transparent sm:pb-5">
Your Keys.
<br />Your Coins.
<br />Since Block # 0
<br />Since Block #1
</span>
</h1>
Expand Down

0 comments on commit a3b775d

Please sign in to comment.