Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/components/landing/demo-video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function DemoVideo() {
/>
</div>
<div className="flex flex-col gap-4 items-center">
<a href="https://mean-weasel.github.io/bugdrop-widget-test/" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-2 px-8 py-4 rounded-[10px] font-medium bg-gradient-to-br from-accent-warm to-accent-rose text-bg-deep hover:-translate-y-0.5 hover:shadow-[0_10px_30px_rgba(255,158,100,0.3)] transition-all duration-300">
<a href="https://bugdrop-widget-test.vercel.app" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-2 px-8 py-4 rounded-[10px] font-medium bg-gradient-to-br from-accent-warm to-accent-rose text-bg-deep hover:-translate-y-0.5 hover:shadow-[0_10px_30px_rgba(255,158,100,0.3)] transition-all duration-300">
Try Live Demo →
</a>
<p className="text-text-muted text-sm">See BugDrop running on a real app</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Nav() {
GitHub
</a>
<a
href="https://mean-weasel.github.io/bugdrop-widget-test/"
href="https://bugdrop-widget-test.vercel.app"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-text-subtle hover:text-text-primary transition-colors"
Expand Down
Loading