Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/src/routes/_view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ export function CoolStuffSection() {
</div>
<div className="flex-1 flex items-center justify-center overflow-hidden">
<Image
src="/api/images/hyprnote/no-bots.png"
src="/api/images/hyprnote/no-bots.jpg"
alt="No bots interface"
className="w-full h-full object-contain"
/>
Expand Down Expand Up @@ -712,7 +712,7 @@ export function CoolStuffSection() {
</div>
<div className="overflow-hidden">
<Image
src="/api/images/hyprnote/no-bots.png"
src="/api/images/hyprnote/no-bots.jpg"
alt="No bots interface"
className="w-full h-auto object-contain"
/>
Expand Down