mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29068622
This commit is contained in:
parent
269f1b8b94
commit
4651bb396c
9 changed files with 35 additions and 30 deletions
|
@ -32,15 +32,18 @@ export function helpMenuEntry() {
|
|||
|
||||
t("main_menu.credit_levels"),
|
||||
...allLevels
|
||||
.filter((l) => l.credit?.startsWith("http"))
|
||||
.filter((l) => l.credit?.trim())
|
||||
.map(
|
||||
(l) => `
|
||||
<div class="upgrade used">
|
||||
${icons[l.name]}
|
||||
<div>
|
||||
<p>
|
||||
<strong>${l.name}</strong><br/>
|
||||
<a href="${l.credit}" target="_blank">${l.credit}</a>
|
||||
<strong>${l.name}</strong>
|
||||
</p>
|
||||
${miniMarkDown(l.credit || "")}
|
||||
</div>
|
||||
|
||||
</div>`,
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue