Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Make Your Space" button redirects to home page instead of new page #88 SOLVED !!! #117

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 @@ -85,7 +85,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 @@ -113,7 +113,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