Skip to content
Snippets Groups Projects
Commit b32ad985 authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Adjusted logo size on details page

parent 707c3500
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56345 waiting for manual action
......@@ -28,7 +28,7 @@ export default ({ title, description, img, status, children }: HeaderOptions) =>
{img && img.src
? (
<img
className={'h-24'}
className={'h-10'}
src={img.src}
alt={img.alt}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment