fix: index page

This commit is contained in:
iCrawl
2022-10-07 00:33:41 +02:00
parent 2628659747
commit ecfe4e3f1c
3 changed files with 1 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ export function DiscordMessage({
<div className="static" id="content-wrapper">
{followUp ? (
<span
className="h-5.5 absolute left-0 mr-1 hidden w-[56px] cursor-default select-none text-right text-xs leading-loose group-hover:inline-block"
className="h-5.5 absolute left-0 mr-1 hidden w-[56px] cursor-default select-none text-right text-xs leading-loose text-[rgb(163_166_170)] group-hover:inline-block"
id="time"
>
{time}

View File

@@ -1,8 +0,0 @@
---
---
<html>
<body>
<h1>Hello, World!</h1>
</body>
</html>