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 87f2e7d commit a973a01Copy full SHA for a973a01
frontend/src/components/HomeComponents/Tasks/Tasks.tsx
@@ -982,13 +982,13 @@ export const Tasks = (
982
Tasks
983
</span>
984
</h2>
985
- <div className="flex justify-center md:justify-end w-full px-4 mb-4 mt-4">
+ <div className="flex justify-center lg:justify-end w-full px-4 mb-4 mt-4">
986
<Button variant="outline" onClick={() => setShowReports(!showReports)}>
987
{showReports ? 'Show Tasks' : 'Show Reports'}
988
</Button>
989
{/* Mobile-only Sync button */}
990
<Button
991
- className="sm:hidden ml-2 relative"
+ className="lg:hidden ml-2 relative"
992
variant="outline"
993
onClick={async () => {
994
props.setIsLoading(true);
0 commit comments