fix: a11y in About page
This commit is contained in:
parent
a2f9dbbe01
commit
e904ab0b84
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user