Skip to content

Commit

Permalink
Fixes issue AOSSIE-Org#294
Browse files Browse the repository at this point in the history
SinghaAnirban005 committed Oct 23, 2024
1 parent d9dd24c commit 8d97d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SectionHeading.jsx
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@ export function SectionHeading({ number, children, className, ...props }) {
)}
{...props}
>
<span className="font-mono text-base font-semibold" aria-hidden="true">
</span>
{/* <span className="font-mono text-base font-semibold" aria-hidden="true">
</span> */}
{/* <span className="ml-3 h-3.5 w-px bg-blue-600/20 dark:bg-white" /> */}
<span className="ml-3 text-base font-semibold font-mono tracking-tighter">
<span className="text-base font-semibold font-mono tracking-tighter">
{children}
</span>
</h2>

0 comments on commit 8d97d7a

Please sign in to comment.