Skip to content

Commit

Permalink
Merge pull request #117 from Dhruv-Davda/Dhruv
Browse files Browse the repository at this point in the history
"Make Your Space" button redirects to home page instead of new page #88 SOLVED !!!
  • Loading branch information
Anu27n authored Oct 15, 2024
2 parents 2aaedeb + 02126e2 commit 0e2348f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Home = () => {
<p className="body-2 hero-text slider-reveal">
Best working environment that suits your business needs.
</p>
<a href="#" className="btn btn-primary slider-reveal">
<a href="https://603interiorlayout.netlify.app/" className="btn btn-primary slider-reveal">
<span className="text text-1">Make Your Space</span>
<span className="text text-2" aria-hidden="true">
Make Your Space
Expand Down Expand Up @@ -86,7 +86,7 @@ const Home = () => {
Spaces that are occupied by Corporates and Start ups, designed
with your business in mind
</p>
<a href="#" className="btn btn-primary slider-reveal">
<a href="https://603interiorlayout.netlify.app/" className="btn btn-primary slider-reveal">
<span className="text text-1">Make Your Space</span>
<span className="text text-2" aria-hidden="true">
Make Your Space
Expand Down Expand Up @@ -114,7 +114,7 @@ const Home = () => {
Come with your team & experience the joy of inspiring office
design.
</p>
<a href="#" className="btn btn-primary slider-reveal">
<a href="https://603interiorlayout.netlify.app/" className="btn btn-primary slider-reveal">
<span className="text text-1">Make Your Space</span>
<span className="text text-2" aria-hidden="true">
Make Your Space
Expand Down
2 changes: 1 addition & 1 deletion src/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function Navbar() {
</a>
</div>
</nav>
<a href="indexLayout.html" className="btn btn-secondary">
<a href="https://603interiorlayout.netlify.app/" className="btn btn-secondary">
<span className="text text-1">Make Your Space</span>
<span className="text text-2" aria-hidden="true">
Make Your Space
Expand Down

0 comments on commit 0e2348f

Please sign in to comment.