Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Draft
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/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Logo(): JSX.Element {
return (
<>
<Link to="/">
<img src={logo} style={{ width: '100%', height: '15vh' }} />
<img src={logo} style={{ width: '100%', height: '15vh' }} alt="Logo mit der Aufschrift &quot;schnelltest test&quot; und weißem Haken auf grünem Grund" />
</Link>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/LogoHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function LogoHeader(): JSX.Element {
}}
>
<div style={{ position: 'relative', height: '70%', width: '100%', textAlign: 'center' }}>
<img src={logo} style={{ height: '100%' }} />
<img src={logo} style={{ height: '100%' }} alt="Logo mit der Aufschrift &quot;schnelltest test&quot; und weißem Haken auf grünem Grund" />
</div>
</Link>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function About(): JSX.Element {
<p style={{ fontWeight: 300, textAlign: 'center' }}>
schnelltesttest.de ist ein Projekt von
<a href="https://zerforschung.org">
<img style={{ width: '100%', height: '5em' }} src={zerlogo} />
<img style={{ width: '100%', height: '5em' }} src={zerlogo} alt="Rotes Logo von Zerforschung mit der Aufschrift &quot;ZER REVERSE ENGINEERING ZENTRUM&quot;" />
</a>
</p>
<LinkFooter />
Expand Down