Conversation
Deploying rp-web-dash with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://155c0b7b.rp-web-dash.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-dash.pages.dev |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR modifies the AnimatedLogo component to bundle SVG logos directly into the application instead of loading them as external resources. The logos are now imported as raw SVG strings and rendered using dangerouslySetInnerHTML, which allows them to be included in the bundle rather than fetched separately.
Key Changes:
- SVG logos are imported as raw strings instead of being referenced by filename
- Logo arrays moved from component-level variables to module-level constants
motion.imgelements replaced withmotion.divelements for rendering raw SVG content
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying rp-web-info with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1936cb36.rp-web-info.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-info.pages.dev |
Deploying rp-web-hype with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://298e62ea.rp-web-hype.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-hype.pages.dev |
Deploying rp-web-admin with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c7e6e652.rp-web-admin.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-admin.pages.dev |
Deploying rp-web-sponsor with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://507877ab.rp-web-sponsor.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-sponsor.pages.dev |
Deploying rp-web-site with
|
| Latest commit: |
0b5eff0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9ae3bfe6.rp-web-site.pages.dev |
| Branch Preview URL: | https://optimize-logo-cycle.rp-web-site.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.