Skip to content

Commit

Permalink
fix: align no transactions copy to center (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 authored Jul 29, 2024
1 parent 136433f commit 494d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/TransactionsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function TransactionsTable({
<Loading />
</div>
) : !transactions?.length ? (
<p className="text-gray-500 dark:text-neutral-400">
<p className="text-gray-500 dark:text-neutral-400 text-center">
{t("no_transactions")}
</p>
) : (
Expand Down

0 comments on commit 494d292

Please sign in to comment.