mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
update
This commit is contained in:
parent
939d45adb6
commit
3ffb0c1929
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ const issue = issues.find(i => i.week === week)
|
|||
<head></head>
|
||||
<body class="h-screen">
|
||||
<div class="grid h-full">
|
||||
<div class="m-24 pt-24">
|
||||
<div class="m-24 mt-48">
|
||||
<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 items-end justify-end">
|
||||
<div class="m-24 pb-24">
|
||||
<div class="m-24 mb-48">
|
||||
<div class="w3pn-logo h-32"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue