Closed TobiTenno closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
warframe-hub | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 1:44pm |
The changes involve modifications to the AggregatedTimePanel.jsx
component, specifically in the SteelPathTimer
render method. A new import for the thumb
component replaces the previously used steelEssence
variable, which has been removed. The thumb
component is now utilized to display Steel Essence, incorporating new attributes for ikey
and alt
. The overall structure and functionality of the timer components remain unchanged, ensuring that existing logic and state management are preserved.
File Path | Change Summary |
---|---|
components/panels/AggregatedTimePanel.jsx | - Removed const steelEssence . - Added <thumb ikey={'Steel Essence'} alt={this.$t('currency.steelEssense')} /> in SteelPathTimer render method. |
🐇
In the panel where timers gleam,
Steel Essence now takes a new theme.
With a thumb to show its bright face,
The logic remains, keeping pace.
Hopping along, we celebrate change,
In our code, we joyfully rearrange!
🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
:tada: This PR is included in version 2.5.2 :tada:
The release is available on:
v2.5.2
Your semantic-release bot :package::rocket:
Summary: try to fix missing steel essence image
Fixes issue (include link):
Mockups, screenshots, evidence:
Summary by CodeRabbit
New Features
Bug Fixes