mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
fix: index page
This commit is contained in:
@@ -40,7 +40,7 @@ export function DiscordMessage({
|
|||||||
<div className="static" id="content-wrapper">
|
<div className="static" id="content-wrapper">
|
||||||
{followUp ? (
|
{followUp ? (
|
||||||
<span
|
<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"
|
id="time"
|
||||||
>
|
>
|
||||||
{time}
|
{time}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<h1>Hello, World!</h1>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user