Skip to content

fix(image): update no-bots image file extension from png to jpg#2169

Merged
ComputelessComputer merged 1 commit intomainfrom
fix/update-no-bots-image-extension
Dec 8, 2025
Merged

fix(image): update no-bots image file extension from png to jpg#2169
ComputelessComputer merged 1 commit intomainfrom
fix/update-no-bots-image-extension

Conversation

@ComputelessComputer
Copy link
Collaborator

• Updated no-bots image file extension from PNG to JPG

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 4ce4107
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/6936941d7448cb0008181a78
😎 Deploy Preview https://deploy-preview-2169--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for hyprnote-storybook ready!

Name Link
🔨 Latest commit 4ce4107
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/6936941d5025000008552d07
😎 Deploy Preview https://deploy-preview-2169--hyprnote-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 8, 2025

📝 Walkthrough

Walkthrough

Updated image file references in the CoolStuffSection of the main landing page view, switching two image sources from PNG to JPG format. No functional or logic changes; purely asset reference updates affecting the "No bots" display panels.

Changes

Cohort / File(s) Summary
Image Asset Reference Updates
apps/web/src/routes/_view/index.tsx
Changed two image references in CoolStuffSection from no-bots.png to no-bots.jpg (desktop grid and mobile/mobile-hidden sections)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • File is a single source file with straightforward image reference changes
  • No logic modifications, event handling, or control flow alterations
  • Visual verification of correct image filenames and paths is the primary review concern

Possibly related PRs

  • landing #1617 — Both PRs modify image usage in the CoolStuff section's image references
  • landing-2 #1598 — Both PRs modify the same route file; retrieved PR refactors CoolStuffSection structure
  • ui changes #1781 — Both PRs modify image usage in the same route; retrieved PR upgrades image tag implementation

Suggested reviewers

  • yujonglee

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating image file extensions from PNG to JPG in the no-bots image references.
Description check ✅ Passed The description is directly related to the changeset, clearly stating the update of no-bots image file extension from PNG to JPG.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/update-no-bots-image-extension

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3b11985 and 4ce4107.

📒 Files selected for processing (1)
  • apps/web/src/routes/_view/index.tsx (2 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

**/*.{ts,tsx}: Avoid creating a bunch of types/interfaces if they are not shared. Especially for function props, just inline them instead.
Never do manual state management for form/mutation. Use useForm (from tanstack-form) and useQuery/useMutation (from tanstack-query) instead for 99% of cases. Avoid patterns like setError.
If there are many classNames with conditional logic, use cn (import from @hypr/utils). It is similar to clsx. Always pass an array and split by logical grouping.
Use motion/react instead of framer-motion.

Files:

  • apps/web/src/routes/_view/index.tsx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: Redirect rules - hyprnote
  • GitHub Check: Header rules - hyprnote
  • GitHub Check: Pages changed - hyprnote
  • GitHub Check: fmt
  • GitHub Check: ci
🔇 Additional comments (1)
apps/web/src/routes/_view/index.tsx (1)

671-671: LGTM!

The no-bots image extension has been successfully updated from PNG to JPG in both the desktop (line 671) and mobile (line 715) views of the CoolStuffSection. The changes are consistent and align with the PR objective.

Also applies to: 715-715


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ComputelessComputer ComputelessComputer merged commit 9290b8e into main Dec 8, 2025
13 checks passed
@ComputelessComputer ComputelessComputer deleted the fix/update-no-bots-image-extension branch December 8, 2025 11:35
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.

1 participant