Change gap and margin

This commit is contained in:
2026-02-28 00:53:11 +01:00
parent a93718b455
commit 1bf85e2c2d
8 changed files with 52 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ export function WakatimeHint() {
<CircleHelp size={24} />
</button>
</HoverCardTrigger>
<HoverCardContent className="w-[560px] p-0 mt-2 border-none shadow-none" side="bottom" align="center">
<HoverCardContent className="w-[560px] p-0 mb-2 border-none shadow-none" side="top" align="center">
<CodeEditor
value={`const response = await fetch(\n "https://wakatime.com/api/v1/users/alixz/stats/last_30_days"\n);\nconst res = await response.json();\nconst data = res.data.languages.slice(0, 5);`}
language="ts"