fix(videos): remove hardcoded min suffix from durations#1064
fix(videos): remove hardcoded min suffix from durations#1064icoderarely wants to merge 2 commits into
Conversation
Signed-off-by: Navneet Anand <itworksnavneet@gmail.com>
|
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. |
|
🚀 Preview deployment: https://layer5io.github.io/docs/pr-preview/pr-1064/
|
There was a problem hiding this comment.
Code Review
This pull request removes the ' min' suffix from the video duration display in the video landing page partial. The review feedback suggests improving the HTML structure by replacing the
tags with tags to avoid unnecessary inline styles and removing redundant CSS classes for better maintainability.
…ased styling Signed-off-by: Navneet Anand <itworksnavneet@gmail.com>
Notes for Reviewers
This PR fixes #1052

Signed commits