update img

This commit is contained in:
tree🌴 2024-02-12 14:23:51 +01:00
parent e9fbf05736
commit 074500451f
2 changed files with 7 additions and 5 deletions

View File

@ -59,7 +59,7 @@ const current = false;
</tr>
<tr>
<th>Cover image</th>
<td><img src=`/img/${issue.week}.png` class="w-64" /></td>
<td><img src=`https://news.web3privacy.info/img/${issue.week}.png` class="h-64" /></td>
</tr>
</table>
</div>

View File

@ -20,14 +20,16 @@ const issue = issues.find(i => i.week === week)
<html>
<head></head>
<body class="w-full h-full">
<div class="grid m-24 h-screen">
<div class="w-full">
<body class="w-screens h-screen">
<div class="grid h-full">
<div class="w-full m-24">
<div class="text-8xl text-white font-bold">{config.name}</div>
<div class="text-7xl mt-16">{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}</div>
</div>
<div class="flex h-full w-full items-end justify-end">
<div class="w3pn-logo h-32"></div>
<div class="m-24">
<div class="w3pn-logo h-32"></div>
</div>
</div>
</div>
</body>