Skip to content

Commit

Permalink
Fix small screen formatting on purge table nav
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed Dec 3, 2024
1 parent a744756 commit 4803706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/purge/PurgeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const PurgeTable: React.FC<StatisticsTableProps> = ({ initialData }) => {

return (
<>
<div className="flex justify-between">
<div className="flex flex-col justify-between gap-2 sm:flex-row">
<h2 className="text-center text-3xl">
{format(currentDate, 'yyyy, \'Quarter\' Q')}
</h2>
Expand Down

0 comments on commit 4803706

Please sign in to comment.