Skip to content

Commit a973a01

Browse files
chore: fix tab UI
1 parent 87f2e7d commit a973a01

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/components/HomeComponents/Tasks

1 file changed

+2
-2
lines changed

frontend/src/components/HomeComponents/Tasks/Tasks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,13 +982,13 @@ export const Tasks = (
982982
Tasks
983983
</span>
984984
</h2>
985-
<div className="flex justify-center md:justify-end w-full px-4 mb-4 mt-4">
985+
<div className="flex justify-center lg:justify-end w-full px-4 mb-4 mt-4">
986986
<Button variant="outline" onClick={() => setShowReports(!showReports)}>
987987
{showReports ? 'Show Tasks' : 'Show Reports'}
988988
</Button>
989989
{/* Mobile-only Sync button */}
990990
<Button
991-
className="sm:hidden ml-2 relative"
991+
className="lg:hidden ml-2 relative"
992992
variant="outline"
993993
onClick={async () => {
994994
props.setIsLoading(true);

0 commit comments

Comments
 (0)