Skip to content

Commit

Permalink
Update headers and links to reflect WaveWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
abdularif0705 committed Mar 10, 2024
1 parent 1110b24 commit 2fe0339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/Home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ describe('HomePage', () => {
beforeEach(() => {
cy.visit('/');
});
it('Successfully renders "Ethereum Boilerplate" header', () => {
cy.get('h2:contains("Ethereum Boilerplate")');
it('Successfully renders "WaveWallet" header', () => {
cy.get('h2:contains("WaveWallet")');
});
});
2 changes: 1 addition & 1 deletion src/components/templates/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Home = () => {
return (
<VStack w={'full'}>
<Heading size="md" marginBottom={6}>
Ethereum Boilerplate
WaveWallet
</Heading>
<List spacing={3}>
<ListItem>
Expand Down

0 comments on commit 2fe0339

Please sign in to comment.