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

fix(navbar link): fix link #328

Closed
wants to merge 1 commit into from
Closed

fix(navbar link): fix link #328

wants to merge 1 commit into from

Conversation

VladislavSokov
Copy link
Contributor

No description provided.

@@ -3,8 +3,8 @@
aria-label="main navigation">
<div class="container px-4">
<div class="navbar-brand">
<%= link_to root_path, class: "navbar-item" do %>
<%= image_tag 'logo.svg', size: "34", class: 'for-mobile' %>
<%= link_to "https://get.budgetingkid.com", class: "navbar-item" do %>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's needed. Users should not be able to get to the landing page on mobile. Landing is needed only for SEO and selling the app in the web. Once they get to the app the landing becomes useless for them.

@VladislavSokov VladislavSokov deleted the fix-main-link branch December 14, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants