Skip to content

Commit

Permalink
chore: remove top border
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes committed Oct 11, 2023
1 parent 53f13f4 commit cd60e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/GeneralLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const GeneralLayout = ({ children }: { children: ReactNode }) => {
'h-full px-4 lg:ml-[290px] lg:w-[calc(100%-290px)]',

pathname != '/' &&
'lg:border-t lg:border-t-theme-primary lg:dark:border-t-theme-secondary transition-color ease-in-out duration-200'
' transition-color ease-in-out duration-200'
)}
id="main"
>
Expand Down

0 comments on commit cd60e4d

Please sign in to comment.