Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

climbing: Photo has its URL #259

Merged
merged 1 commit into from
Feb 29, 2024
Merged

climbing: Photo has its URL #259

merged 1 commit into from
Feb 29, 2024

Conversation

jvaclavik
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Feb 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
osmapp ✅ Ready (Inspect) Visit Preview Feb 29, 2024 10:21pm

@jvaclavik jvaclavik force-pushed the climbing-photo-has-url branch from c1d87fe to aef8de0 Compare February 29, 2024 22:20
@jvaclavik jvaclavik merged commit c1fe67d into master Feb 29, 2024
2 checks passed
@jvaclavik jvaclavik deleted the climbing-photo-has-url branch February 29, 2024 22:22
@@ -80,7 +87,7 @@ export const ClimbingDialogHeader = ({ onClose }) => {
<PhotoLinks>
{photoPaths.map((photo, index) => (
<PhotoLink
onClick={() => onPhotoChange(photo)}
onClick={() => onPhotoChange(photo, index)}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use real link a with href? I think it is better to use links if possible, as user can cmd+click it etc.

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