Skip to content

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Nov 18, 2025

Remove unused SVG assets and update image references

This PR removes several unused SVG assets from the website and updates image references to use imported assets instead of direct paths:

  1. Removed architecture diagram SVG that was no longer needed
  2. Removed edge worker logo SVGs (both dark and light versions)
  3. Updated image references in PageFrame.astro to use imported assets:
    • Now using imported logo files instead of direct path references
  4. Updated Quote.astro component to use imported quote icon:
    • Replaced inline SVG with imported image reference
    • Simplified the component by using an image tag instead of SVG markup

These changes improve maintainability by ensuring assets are properly imported and referenced, while removing unused files to keep the codebase clean.

@changeset-bot
Copy link

changeset-bot bot commented Nov 18, 2025

⚠️ No Changeset found

Latest commit: 23e17b9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 18, 2025

Merge activity

  • Nov 18, 7:32 PM UTC: jumski added this pull request to the Graphite merge queue.
  • Nov 18, 7:33 PM UTC: CI is running for this pull request on a draft pull request (#396) due to your merge queue CI optimization settings.
  • Nov 18, 7:33 PM UTC: Merged by the Graphite merge queue via draft PR: #396.

Copy link
Contributor Author

jumski commented Nov 18, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge:queue - adds this PR to the back of the merge queue
  • hotfix:queue - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

graphite-app bot pushed a commit that referenced this pull request Nov 18, 2025
# Remove unused SVG assets and update image references

This PR removes several unused SVG assets from the website and updates image references to use imported assets instead of direct paths:

1. Removed architecture diagram SVG that was no longer needed
2. Removed edge worker logo SVGs (both dark and light versions)
3. Updated image references in PageFrame.astro to use imported assets:
   - Now using imported logo files instead of direct path references
4. Updated Quote.astro component to use imported quote icon:
   - Replaced inline SVG with imported image reference
   - Simplified the component by using an image tag instead of SVG markup

These changes improve maintainability by ensuring assets are properly imported and referenced, while removing unused files to keep the codebase clean.
@nx-cloud
Copy link

nx-cloud bot commented Nov 18, 2025

View your CI Pipeline Execution ↗ for commit 23e17b9

Command Status Duration Result
nx affected -t verify-exports --base=origin/mai... ✅ Succeeded <1s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 17s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-18 19:34:07 UTC

@github-actions
Copy link
Contributor

🔍 Preview Deployment: Website

Deployment successful!

🔗 Preview URL: https://pr-395.pgflow.pages.dev

📝 Details:

  • Branch: 11-18-fix_invalid_svg_path_to_logo_and_quote-left_on_lander
  • Commit: 141917d47c9f204f14a2b8848bdc674fc5cdc805
  • View Logs

_Last updated: _

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