Improvements to a11y and scripts
This commit is contained in:
parent
a335aff2d3
commit
d022fab5d6
17 changed files with 384 additions and 214 deletions
|
|
@ -78,7 +78,7 @@ export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) =
|
|||
commissionersList.map((commissioner) => u(commissioner)),
|
||||
),
|
||||
...copyrightedCharacters.map(({ user, characters }) =>
|
||||
t(lang, "characters/characters_are_copyrighted_by", u(user), characters[0] == "" ? [] : characters),
|
||||
t(lang, "characters/characters_are_copyrighted_by", u(user), characters[0] === "" ? [] : characters),
|
||||
),
|
||||
].reduce(async (promise, data) => {
|
||||
if (!data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue