Skip to content

Commit f7f5012

Browse files
committed
checking border
1 parent 76b744c commit f7f5012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts-grpc-vite-front/src/layout/partials/AppHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const AppHeader = (() => {
55

66

77
return (
8-
<div className="flex bg-white-500 px-5 py-3">
8+
<div className="border-b border-gray-200 flex bg-white-500 px-5 py-3">
99
<div className='flex justify-center align-middle'>
1010
<Link className="flex items-center" to="/">
1111
<img src={avoredLogo} className="w-8 h-8" alt="AvoRed CMS" />

0 commit comments

Comments
 (0)