fix(web): tazjin.css -> tvl.css

Bug introduced by the previous static asset move.

Change-Id: I827976e468e4ce877a12dfbca6126b3a7445e783
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3440
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2021-08-26 23:53:11 +03:00 committed by tazjin
parent df566e9b4a
commit f6638ce62c
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ runCommandNoCC "index.html" {
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Virus Lounge">
<link rel="stylesheet" type="text/css" href="${baseUrl}/static/tazjin.css" media="all">
<link rel="stylesheet" type="text/css" href="${baseUrl}/static/tvl.css" media="all">
<link rel="icon" type="image/webp" href="${baseUrl}/static/favicon.webp">
<title>${title}</title>
'' + lib.optionalString (args ? extraHead) extraHead + ''