- Update image tag to safely access the first latest art
- Use safe navigation operator to prevent potential nil errors
This change ensures that if there are no latest arts or if the
image is not attached, the application will not raise an error.
It improves the robustness of the view by handling edge cases.