Skip to content

Commit

Permalink
Merge pull request #306 from celestiaorg/feature/fix-home-hero-button
Browse files Browse the repository at this point in the history
fix: home hero button url
  • Loading branch information
alex-beckett authored Dec 6, 2023
2 parents e4e9efa + 1507936 commit 9f10398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules/
.vscode/
.DS_Store
.env
package-lock.json
package-lock.json
.idea/
2 changes: 1 addition & 1 deletion src/datas/home/hero-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const heroData = {
text: 'Explore',
class: 'white plausible-event-name=Explore_Button--Homepage-Hero',
type: 'anchor',
url: '/#explore-celestia/'
url: '/#explore-celestia'
}
]
}

0 comments on commit 9f10398

Please sign in to comment.