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/banner #25

Merged
merged 2 commits into from
Jan 25, 2024
Merged

fix/banner #25

merged 2 commits into from
Jan 25, 2024

Conversation

mateusriff
Copy link
Collaborator

Fix banner

Changes

  • CHANGES to languages: new heading key was added;
  • CHANGES to <Banner/>: component now takes translate prop and takes heading text content from it. Heading text length is now shortened on desktop and laptop devices.

How to test

Before testing, you must have Node and the Node Package Manager (NPM) installed on your machine.

Initial Setup

  1. Clone this repository by doing git clone https://github.com/robocin/robocin-website.git;
  2. Install dependencies with npm install --legacy-peer-deps;
  3. Switch to this branch with git checkout fix/banner;
  4. Do npm run dev to start the application locally;
  5. Go to http://localhost:3000.

End-to-end Tests

Check if the banner heading changes depending on the current language of the website.

@mateusriff mateusriff added the enhancement New feature or request label Jan 25, 2024
@mateusriff mateusriff self-assigned this Jan 25, 2024
@mateusriff mateusriff merged commit 1e29f4d into develop Jan 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant