Skip to content

Commit

Permalink
fixed typo (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfogg authored Nov 26, 2022
1 parent 60459d9 commit 9246fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import TransactionProvider from '@/contexts/Transactions'
import TxPopup from '@/components/TxPopup'
import '@/components/TxPopup/styles.css'

console.log('v1.0.5')
console.log('v1.0.6')

function getLibrary(provider: any): Web3Provider {
const library = new Web3Provider(provider)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/gauges/components/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export const Vote: React.FC<VoteProps> = ({ gauge }) => {
}}
>
{/*Vote for {gauge.name}*/}
Guage voting is temporarily DISABLED
Gauge voting is temporarily DISABLED
</Button>
)}
</>
Expand Down

0 comments on commit 9246fcf

Please sign in to comment.