We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b744c commit f7f5012Copy full SHA for f7f5012
1 file changed
ts-grpc-vite-front/src/layout/partials/AppHeader.tsx
@@ -5,7 +5,7 @@ const AppHeader = (() => {
5
6
7
return (
8
- <div className="flex bg-white-500 px-5 py-3">
+ <div className="border-b border-gray-200 flex bg-white-500 px-5 py-3">
9
<div className='flex justify-center align-middle'>
10
<Link className="flex items-center" to="/">
11
<img src={avoredLogo} className="w-8 h-8" alt="AvoRed CMS" />
0 commit comments