Skip to content

Commit 2515330

Browse files
committed
🧹 badge position fix
1 parent 67a646a commit 2515330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SyntaxUIProBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const SyntaxUIProBanner = () => {
2020
width={120}
2121
height={120}
2222
/>
23-
<div className="absolute -right-4 bottom-4 rotate-[-18deg] rounded-full bg-black px-1 text-[10px] text-white">
23+
<div className="absolute -right-3 bottom-2 rotate-[-18deg] rounded-full bg-black px-1 text-[10px] text-white">
2424
PRO
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)