fix: a11y in About page

This commit is contained in:
Philipp Dormann 2023-04-27 08:30:12 +02:00
parent a2f9dbbe01
commit e904ab0b84
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -145,14 +145,14 @@
<tr class="odd:bg-white even:bg-gray-100"> <tr class="odd:bg-white even:bg-gray-100">
<td>{l.name}</td> <td>{l.name}</td>
<td> <td>
{l.license || "?"}<br /><span {l.license || "?"}<br /><button
class="underline cursor-pointer" class="underline cursor-pointer"
on:click={() => { on:click={() => {
modal_open = true; modal_open = true;
currentlicense = l.name + "@" + l.version; currentlicense = l.name + "@" + l.version;
licensetext = licensetext =
l.licensetext || $_("no-license-text-could-be-found"); l.licensetext || $_("no-license-text-could-be-found");
}}>{$_("read-license")}</span }}>{$_("read-license")}</button
> >
</td> </td>
<td> <td>