Skip to content

Commit

Permalink
Added Dune Alerts name inistead of Bot Name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbirdjr committed Feb 5, 2024
1 parent 93472b6 commit 68fb373
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@moonup/moon-sdk": "^0.0.43",
"next": "latest",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/components/Home_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home_Page() {
<div className="section-container">
<div className="section__text">
<p className="section__text__p1">We Are</p>
<h1 className="title">Bot Name</h1>
<h1 className="title">Dune Alerts</h1>
<p className="section__text__p2">Crypto Bot</p>
<div className="btn-container">

Expand Down Expand Up @@ -181,7 +181,7 @@ export default function Home_Page() {
<h1 className="title">Contact Us</h1>
<div className="contact-info-upper-container">
<div className="contact-info-container">
<p><a href="mailto:Example@gmail.com">Example@gmail.com</a></p>
<p><a href="mailto:DuneAlerts@gmail.com">DuneAlerts@gmail.com</a></p>
</div>
</div>
</section>
Expand All @@ -196,7 +196,7 @@ export default function Home_Page() {
</ul>
</div>
</nav>
<p>Copyright &#169; 2024 Bot Name.</p>
<p>Copyright &#169; 2024 Dune Alerts.</p>
</footer>
</main>
)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home_Page() {
return (
<main>
<nav id="desktop-nav">
<div className="logo">Bot Name/Logo</div>
<div className="logo">Dune Alerts</div>
<div>
<ul className="nav-links">
<li><a href="#try_me">Try Me</a></li>
Expand Down

0 comments on commit 68fb373

Please sign in to comment.