Skip to content

Commit f40dda1

Browse files
committed
style: format header Link element
1 parent 9894f99 commit f40dda1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/layout/header.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ const StickyHeader: React.FC = () => {
170170
</Link>
171171
)
172172
})}
173-
<Link href="/invoice" className="flex items-center justify-center text-white bg-[rgba(0,0,0,0.2)] border border-[rgba(0,0,0,0.1)] px-4 py-[5px] text-[12px] leading-[1.4666667] rounded-[3px] my-[5px] transition-transform duration-200 ease-in-out hover:bg-[rgba(0,0,0,0.3)] hover:scale-105 focus:outline-none">
173+
<Link
174+
href="/invoice"
175+
className="flex items-center justify-center text-white bg-[rgba(0,0,0,0.2)] border border-[rgba(0,0,0,0.1)] px-4 py-[5px] text-[12px] leading-[1.4666667] rounded-[3px] my-[5px] transition-transform duration-200 ease-in-out hover:bg-[rgba(0,0,0,0.3)] hover:scale-105 focus:outline-none"
176+
>
174177
<svg
175178
xmlns="http://www.w3.org/2000/svg"
176179
className="w-4 h-4 mr-2"

0 commit comments

Comments
 (0)